Html Css Color HEX #555959 Mako

📋 copy color: '#555959'

red 85 ◦ green 89 ◦ blue 89

#555959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mako #555959

Tints of Mako #555959

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 value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#555959 (or 0x555959) is known color: 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

RGB 85 89 89 -
CMYK 0.04 0 0 0.65
HSL 180º 0.02% 0.34% -
HSV(B) 180º 0.04% 0.35% -
XYZ 9.12 9.8 10.86 -
YUV 87.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 85 89 89 0.04 0 0 0.65 180 0.02 0.34
Hex 55 59 59 4 0 0 41 B4 2 22
Octal 125 131 131 4 0 0 101 264 2 42
Binary 1010101 1011001 1011001 100 0 0 1000001 10110100 10 100010

Color Harmonies of #555959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555959

Black with #555959

Text Example


Text Example

White with #555959

Text Example


Text Example

HTML Codes & Css Web 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>