#555959

Color #555959 Mako (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mako #555959

Tints of Mako #555959

Color information

#555959 (or 0x555959) is unknown color: approx Mako. HEX triplet: 55, 59 and 59. RGB value is (85,89,89). Sum of RGB (Red+Green+Blue) = 85+89+89=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #555959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555959 is #AAA6A6. Grayscale: #575757. Windows color (decimal): -11183783 or 5855573. OLE color: 5855573.

HSL color Cylindrical-coordinate representation of color #555959: hue angle of 180º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555959 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB858989-
CMYK0.04000.65
HSL180º2.3%34.12%-
HSV(B)180º4.49%34.9%-
XYZ9.129.810.86-
YUV87.8128.67126-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 89 (35.16% from 255) = 33.84%
R=32.32%
G=33.84%
B=33.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589890.04000.651802.334.12
Hex55595940041b4222
Octal125131131400101264242
Binary1010101101100110110011000010000011011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555959; }

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

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

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

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

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

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

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

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