#555A5A

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

Shades of Mako #555A5A

Tints of Mako #555A5A

Color information

#555A5A (or 0x555A5A) is unknown color: approx Mako. HEX triplet: 55, 5A and 5A. RGB value is (85,90,90). Sum of RGB (Red+Green+Blue) = 85+90+90=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #555A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A5A is #AAA5A5. Grayscale: #585858. Windows color (decimal): -11183526 or 5921365. OLE color: 5921365.

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

Color convert

RGB859090-
CMYK0.06000.65
HSL180º2.86%34.31%-
HSV(B)180º5.56%35.29%-
XYZ9.259.9811.11-
YUV88.51128.84125.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=32.08%
G=33.96%
B=33.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590900.06000.651802.8634.31
Hex555A5A60041b4322
Octal125132132600101264342
Binary1010101101101010110101100010000011011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A5A; }

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

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

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

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

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

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

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

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