#5559AB

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

Shades of Rich Blue #5559AB

Tints of Rich Blue #5559AB

Color information

#5559AB (or 0x5559AB) is unknown color: approx Rich Blue. HEX triplet: 55, 59 and AB. RGB value is (85,89,171). Sum of RGB (Red+Green+Blue) = 85+89+171=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #5559AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5559AB is #AAA654. Grayscale: #606060. Windows color (decimal): -11183701 or 11229525. OLE color: 11229525.

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

Color convert

RGB8589171-
CMYK0.500.4800.33
HSL237.21º33.86%50.2%-
HSV(B)237.21º50.29%67.06%-
XYZ14.6712.0240.07-
YUV97.15169.67119.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=24.64%
G=25.80%
B=49.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85891710.500.4800.33237.2133.8650.2
Hex5559AB3230021ed2232
Octal12513125362600413554262
Binary1010101101100110101011110010110000010000111101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5559AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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