#5976E0

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

Shades of Royal Blue #5976E0

Tints of Royal Blue #5976E0

Color information

#5976E0 (or 0x5976E0) is unknown color: approx Royal Blue. HEX triplet: 59, 76 and E0. RGB value is (89,118,224). Sum of RGB (Red+Green+Blue) = 89+118+224=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #5976E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976E0 is #A6891F. Grayscale: #787878. Windows color (decimal): -10914080 or 14710361. OLE color: 14710361.

HSL color Cylindrical-coordinate representation of color #5976E0: hue angle of 227.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5976E0 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB89118224-
CMYK0.600.4700.12
HSL227.11º68.53%61.37%-
HSV(B)227.11º60.27%87.84%-
XYZ24.0520.4673.2-
YUV121.41185.89104.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.65%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 224 (87.89% from 255) = 51.97%
R=20.65%
G=27.38%
B=51.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal891182240.600.4700.12227.1168.5361.37
Hex5976E03C2F0Ce3453d
Octal131166340745701434310575
Binary101100111101101110000011110010111101100111000111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5976E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5976E0; }

 p { color: rgb(89,118,224); }

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

<style>
 a { background-color: #5976E0; }

 a { background-color: rgb(89,118,224); }

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

<style>
 span { border-color: #5976E0; }

 span { border-color: rgb(89,118,224); }

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