#5971D0

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

Shades of Royal Blue #5971D0

Tints of Royal Blue #5971D0

Color information

#5971D0 (or 0x5971D0) is unknown color: approx Royal Blue. HEX triplet: 59, 71 and D0. RGB value is (89,113,208). Sum of RGB (Red+Green+Blue) = 89+113+208=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #5971D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971D0 is #A68E2F. Grayscale: #747474. Windows color (decimal): -10915376 or 13660505. OLE color: 13660505.

HSL color Cylindrical-coordinate representation of color #5971D0: hue angle of 227.9º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5971D0 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89113208-
CMYK0.570.4600.18
HSL227.9º55.87%58.24%-
HSV(B)227.9º57.21%81.57%-
XYZ21.4118.4962.11-
YUV116.65179.55108.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.71%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 208 (81.64% from 255) = 50.73%
R=21.71%
G=27.56%
B=50.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891132080.570.4600.18227.955.8758.24
Hex5971D0392E012e4383a
Octal13116132071560223447072
Binary101100111100011101000011100110111001001011100100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5971D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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