#5971DC

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

Shades of Royal Blue #5971DC

Tints of Royal Blue #5971DC

Color information

#5971DC (or 0x5971DC) is unknown color: approx Royal Blue. HEX triplet: 59, 71 and DC. RGB value is (89,113,220). Sum of RGB (Red+Green+Blue) = 89+113+220=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #5971DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971DC is #A68E23. Grayscale: #757575. Windows color (decimal): -10915364 or 14446937. OLE color: 14446937.

HSL color Cylindrical-coordinate representation of color #5971DC: hue angle of 229.01º 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 #5971DC is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89113220-
CMYK0.600.4900.14
HSL229.01º65.17%60.59%-
HSV(B)229.01º59.55%86.27%-
XYZ22.9419.170.19-
YUV118.02185.55107.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.09%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 220 (86.33% from 255) = 52.13%
R=21.09%
G=26.78%
B=52.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal891132200.600.4900.14229.0165.1760.59
Hex5971DC3C310Ee5413d
Octal131161334746101634510175
Binary101100111100011101110011110011000101110111001011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5971DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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