#5872E8

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

Shades of Royal Blue #5872E8

Tints of Royal Blue #5872E8

Color information

#5872E8 (or 0x5872E8) is unknown color: approx Royal Blue. HEX triplet: 58, 72 and E8. RGB value is (88,114,232). Sum of RGB (Red+Green+Blue) = 88+114+232=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #5872E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5872E8 is #A78D17. Grayscale: #777777. Windows color (decimal): -10980632 or 15233624. OLE color: 15233624.

HSL color Cylindrical-coordinate representation of color #5872E8: hue angle of 229.17º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5872E8 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB88114232-
CMYK0.620.5100.09
HSL229.17º75.79%62.75%-
HSV(B)229.17º62.07%90.98%-
XYZ24.6119.9478.89-
YUV119.68191.39105.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.28%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 232 (91.02% from 255) = 53.46%
R=20.28%
G=26.27%
B=53.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal881142320.620.5100.09229.1775.7962.75
Hex5872E83E3309e54c3f
Octal130162350766301134511477
Binary101100011100101110100011111011001101001111001011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5872E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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