#5966D4

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

Shades of Royal Blue #5966D4

Tints of Royal Blue #5966D4

Color information

#5966D4 (or 0x5966D4) is unknown color: approx Royal Blue. HEX triplet: 59, 66 and D4. RGB value is (89,102,212). Sum of RGB (Red+Green+Blue) = 89+102+212=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #5966D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5966D4 is #A6992B. Grayscale: #6E6E6E. Windows color (decimal): -10918188 or 13919833. OLE color: 13919833.

HSL color Cylindrical-coordinate representation of color #5966D4: hue angle of 233.66º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5966D4 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB89102212-
CMYK0.580.5200.17
HSL233.66º58.85%59.02%-
HSV(B)233.66º58.02%83.14%-
XYZ20.7516.3864.36-
YUV110.65185.19112.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.08%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 212 (83.20% from 255) = 52.61%
R=22.08%
G=25.31%
B=52.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal891022120.580.5200.17233.6658.8559.02
Hex5966D43A34011ea3b3b
Octal13114632472640213527373
Binary101100111001101101010011101011010001000111101010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5966D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5966D4; }

 p { color: rgb(89,102,212); }

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

<style>
 a { background-color: #5966D4; }

 a { background-color: rgb(89,102,212); }

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

<style>
 span { border-color: #5966D4; }

 span { border-color: rgb(89,102,212); }

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