#5556AB

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

Shades of Rich Blue #5556AB

Tints of Rich Blue #5556AB

Color information

#5556AB (or 0x5556AB) is unknown color: approx Rich Blue. HEX triplet: 55, 56 and AB. RGB value is (85,86,171). Sum of RGB (Red+Green+Blue) = 85+86+171=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #5556AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5556AB is #AAA954. Grayscale: #5F5F5F. Windows color (decimal): -11184469 or 11228757. OLE color: 11228757.

HSL color Cylindrical-coordinate representation of color #5556AB: hue angle of 239.3º 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 #5556AB is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8586171-
CMYK0.500.5000.33
HSL239.3º33.86%50.2%-
HSV(B)239.3º50.29%67.06%-
XYZ14.4211.5339.99-
YUV95.39170.67120.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 171 (67.19% from 255) = 50%
R=24.85%
G=25.15%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85861710.500.5000.33239.333.8650.2
Hex5556AB3232021ef2232
Octal12512625362620413574262
Binary1010101101011010101011110010110010010000111101111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5556AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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