#5872E4

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

Shades of Royal Blue #5872E4

Tints of Royal Blue #5872E4

Color information

#5872E4 (or 0x5872E4) is unknown color: approx Royal Blue. HEX triplet: 58, 72 and E4. RGB value is (88,114,228). Sum of RGB (Red+Green+Blue) = 88+114+228=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 228 (89.45% from 255 or 53.02% from 430); Max value from RGB is 228 - color contains mainly: blue. Hex color #5872E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5872E4 is #A78D1B. Grayscale: #767676. Windows color (decimal): -10980636 or 14971480. OLE color: 14971480.

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

Color convert

RGB88114228-
CMYK0.610.5000.11
HSL228.86º72.16%61.96%-
HSV(B)228.86º61.4%89.41%-
XYZ24.0519.7175.94-
YUV119.22189.39105.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.47%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 228 (89.45% from 255) = 53.02%
R=20.47%
G=26.51%
B=53.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal881142280.610.5000.11228.8672.1661.96
Hex5872E43D320Be5483e
Octal130162344756201334511076
Binary101100011100101110010011110111001001011111001011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5872E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5872E4; }

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

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

<style>
 a { background-color: #5872E4; }

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

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

<style>
 span { border-color: #5872E4; }

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

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