#5772E8

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

Shades of Royal Blue #5772E8

Tints of Royal Blue #5772E8

Color information

#5772E8 (or 0x5772E8) is unknown color: approx Royal Blue. HEX triplet: 57, 72 and E8. RGB value is (87,114,232). Sum of RGB (Red+Green+Blue) = 87+114+232=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 232 (91.02% from 255 or 53.58% from 433); Max value from RGB is 232 - color contains mainly: blue. Hex color #5772E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5772E8 is #A88D17. Grayscale: #767676. Windows color (decimal): -11046168 or 15233623. OLE color: 15233623.

HSL color Cylindrical-coordinate representation of color #5772E8: hue angle of 228.83º 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 #5772E8 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB87114232-
CMYK0.620.5100.09
HSL228.83º75.92%62.55%-
HSV(B)228.83º62.5%90.98%-
XYZ24.5119.8978.89-
YUV119.38191.55104.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.09%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 232 (91.02% from 255) = 53.58%
R=20.09%
G=26.33%
B=53.58%

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
Decimal871142320.620.5100.09228.8375.9262.55
Hex5772E83E3309e54c3f
Octal127162350766301134511477
Binary101011111100101110100011111011001101001111001011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5772E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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