#5566DD

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

Shades of Royal Blue #5566DD

Tints of Royal Blue #5566DD

Color information

#5566DD (or 0x5566DD) is unknown color: approx Royal Blue. HEX triplet: 55, 66 and DD. RGB value is (85,102,221). Sum of RGB (Red+Green+Blue) = 85+102+221=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #5566DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566DD is #AA9922. Grayscale: #6D6D6D. Windows color (decimal): -11180323 or 14509653. OLE color: 14509653.

HSL color Cylindrical-coordinate representation of color #5566DD: hue angle of 232.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5566DD is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85102221-
CMYK0.620.5400.13
HSL232.5º66.67%60%-
HSV(B)232.5º61.54%86.67%-
XYZ21.5516.6570.49-
YUV110.48190.37109.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 54.17%
R=20.83%
G=25%
B=54.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851022210.620.5400.13232.566.6760
Hex5566DD3E360De8433c
Octal125146335766601535010374
Binary101010111001101101110111111011011001101111010001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5566DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5566DD; }

 p { color: rgb(85,102,221); }

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

<style>
 a { background-color: #5566DD; }

 a { background-color: rgb(85,102,221); }

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

<style>
 span { border-color: #5566DD; }

 span { border-color: rgb(85,102,221); }

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