#5566AB

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

Shades of Rich Blue #5566AB

Tints of Rich Blue #5566AB

Color information

#5566AB (or 0x5566AB) is unknown color: approx Rich Blue. HEX triplet: 55, 66 and AB. RGB value is (85,102,171). Sum of RGB (Red+Green+Blue) = 85+102+171=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #5566AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5566AB is #AA9954. Grayscale: #686868. Windows color (decimal): -11180373 or 11232853. OLE color: 11232853.

HSL color Cylindrical-coordinate representation of color #5566AB: hue angle of 228.14º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5566AB is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85102171-
CMYK0.500.4000.33
HSL228.14º33.86%50.2%-
HSV(B)228.14º50.29%67.06%-
XYZ15.8514.3740.47-
YUV104.78165.37113.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=23.74%
G=28.49%
B=47.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851021710.500.4000.33228.1433.8650.2
Hex5566AB3228021e42232
Octal12514625362500413444262
Binary1010101110011010101011110010101000010000111100100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5566AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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