#5666D8

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

Shades of Royal Blue #5666D8

Tints of Royal Blue #5666D8

Color information

#5666D8 (or 0x5666D8) is unknown color: approx Royal Blue. HEX triplet: 56, 66 and D8. RGB value is (86,102,216). Sum of RGB (Red+Green+Blue) = 86+102+216=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #5666D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5666D8 is #A99927. Grayscale: #6D6D6D. Windows color (decimal): -11114792 or 14181974. OLE color: 14181974.

HSL color Cylindrical-coordinate representation of color #5666D8: hue angle of 232.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5666D8 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB86102216-
CMYK0.600.5300.15
HSL232.62º62.5%59.22%-
HSV(B)232.62º60.19%84.71%-
XYZ20.9816.4467.03-
YUV110.21187.7110.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.29%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 216 (84.77% from 255) = 53.47%
R=21.29%
G=25.25%
B=53.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal861022160.600.5300.15232.6262.559.22
Hex5666D83C350Fe93e3b
Octal12614633074650173517673
Binary10101101100110110110001111001101010111111101001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5666D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5666D8; }

 p { color: rgb(86,102,216); }

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

<style>
 a { background-color: #5666D8; }

 a { background-color: rgb(86,102,216); }

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

<style>
 span { border-color: #5666D8; }

 span { border-color: rgb(86,102,216); }

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