#5972DC

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

Shades of Royal Blue #5972DC

Tints of Royal Blue #5972DC

Color information

#5972DC (or 0x5972DC) is unknown color: approx Royal Blue. HEX triplet: 59, 72 and DC. RGB value is (89,114,220). Sum of RGB (Red+Green+Blue) = 89+114+220=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #5972DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972DC is #A68D23. Grayscale: #767676. Windows color (decimal): -10915108 or 14447193. OLE color: 14447193.

HSL color Cylindrical-coordinate representation of color #5972DC: hue angle of 228.55º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5972DC is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89114220-
CMYK0.600.4800.14
HSL228.55º65.17%60.59%-
HSV(B)228.55º59.55%86.27%-
XYZ23.0619.3370.23-
YUV118.61185.22106.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.04%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=21.04%
G=26.95%
B=52.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal891142200.600.4800.14228.5565.1760.59
Hex5972DC3C300Ee5413d
Octal131162334746001634510175
Binary101100111100101101110011110011000001110111001011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5972DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5972DC; }

 p { color: rgb(89,114,220); }

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

<style>
 a { background-color: #5972DC; }

 a { background-color: rgb(89,114,220); }

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

<style>
 span { border-color: #5972DC; }

 span { border-color: rgb(89,114,220); }

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