#5559AA

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

Shades of Rich Blue #5559AA

Tints of Rich Blue #5559AA

Color information

#5559AA (or 0x5559AA) is unknown color: approx Rich Blue. HEX triplet: 55, 59 and AA. RGB value is (85,89,170). Sum of RGB (Red+Green+Blue) = 85+89+170=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #5559AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5559AA is #AAA655. Grayscale: #606060. Windows color (decimal): -11183702 or 11163989. OLE color: 11163989.

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

Color convert

RGB8589170-
CMYK0.500.4800.33
HSL237.18º33.33%50%-
HSV(B)237.18º50%66.67%-
XYZ14.5711.9839.57-
YUV97.04169.17119.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=24.71%
G=25.87%
B=49.42%

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
Decimal85891700.500.4800.33237.1833.3350
Hex5559AA3230021ed2132
Octal12513125262600413554162
Binary1010101101100110101010110010110000010000111101101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5559AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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