Html Css Color HEX #555656 Mako

📋 copy color: '#555656'

red 85 ◦ green 86 ◦ blue 86

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

Shades of Mako #555656

Tints of Mako #555656

RGB

 RED value IS 85 (33.59% from 255) = 33.07%

 GREEN value IS 86 (33.98% from 255) = 33.46%

 BLUE value IS 86 (33.98% from 255) = 33.46%

R = 33.07%
G = 33.46%
B = 33.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#555656 (or 0x555656) is known color: Mako. HEX triplet: 55, 56 and 56. RGB value is (85,86,86). Sum of RGB (Red+Green+Blue) = 85+86+86=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #555656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555656 is #AAA9A9. Grayscale: #555555. Windows color (decimal): -11184554 or 5658197. OLE color: 5658197.

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

Color convert

RGB 85 86 86 -
CMYK 0.01 0 0 0.66
HSL 180º 0.01% 0.34% -
HSV(B) 180º 0.01% 0.34% -
XYZ 8.75 9.26 10.13 -
YUV 85.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 85 86 86 0.01 0 0 0.66 180 0.01 0.34
Hex 55 56 56 1 0 0 42 B4 1 22
Octal 125 126 126 1 0 0 102 264 1 42
Binary 1010101 1010110 1010110 1 0 0 1000010 10110100 1 100010

Color Harmonies of #555656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555656

Black with #555656

Text Example


Text Example

White with #555656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555656; }

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

 H1.HeaderClassName
 {
   color: #555656;
 }
 .AnyTagClassName
 {
   color: #555656;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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