#5372e4

Color #5372E4 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5372E4

Tints of Royal Blue #5372E4

Color information

#5372E4 (or 0x5372E4) is unknown color: approx Royal Blue. HEX triplet: 53, 72 and E4. RGB value is (83,114,228). Sum of RGB (Red+Green+Blue) = 83+114+228=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 228 (89.45% from 255 or 53.65% from 425); Max value from RGB is 228 - color contains mainly: blue. Hex color #5372E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372E4 is #AC8D1B. Grayscale: #757575. Windows color (decimal): -11308316 or 14971475. OLE color: 14971475.

HSL color Cylindrical-coordinate representation of color #5372E4: hue angle of 227.17º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5372E4 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB83114228-
CMYK0.640.5000.11
HSL227.17º72.86%60.98%-
HSV(B)227.17º63.6%89.41%-
XYZ23.5919.4875.91-
YUV117.73190.23103.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 19.53%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 228 (89.45% from 255) = 53.65%
R=19.53%
G=26.82%
B=53.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal831142280.640.5000.11227.1772.8660.98
Hex5372E440320Be3493d
Octal1231623441006201334311175
Binary1010011111001011100100100000011001001011111000111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5372e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5372e4; }

 p { color: rgb(83,114,228); }

 H1.HeaderClassName
 {
   color: #5372e4;
 }
 .AnyTagClassName
 {
   color: #5372e4;
 }
</style>
background-color css

<style>
 a { background-color: #5372e4; }

 a { background-color: rgb(83,114,228); }

 div.DivClassName
 {
   background-color: #5372e4;
 }
 .BgClassName
 {
   background-color: #5372e4;
 }
</style>
border-color css

<style>
 span { border-color: #5372e4; }

 span { border-color: rgb(83,114,228); }

 td.TdClassName
 {
   border-color: #5372e4;
 }
 .TagClassName
 {
   border-color: #5372e4;
 }
</style>