#5976DF

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

Shades of Royal Blue #5976DF

Tints of Royal Blue #5976DF

Color information

#5976DF (or 0x5976DF) is unknown color: approx Royal Blue. HEX triplet: 59, 76 and DF. RGB value is (89,118,223). Sum of RGB (Red+Green+Blue) = 89+118+223=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #5976DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976DF is #A68920. Grayscale: #787878. Windows color (decimal): -10914081 or 14644825. OLE color: 14644825.

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

Color convert

RGB89118223-
CMYK0.600.4700.13
HSL227.01º67.68%61.18%-
HSV(B)227.01º60.09%87.45%-
XYZ23.9220.4172.49-
YUV121.3185.39104.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.70%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 223 (87.5% from 255) = 51.86%
R=20.70%
G=27.44%
B=51.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891182230.600.4700.13227.0167.6861.18
Hex5976DF3C2F0De3443d
Octal131166337745701534310475
Binary101100111101101101111111110010111101101111000111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5976DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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