Shades of Mako #555A5A
Tints of Mako #555A5A
RGB
CMYK
RGB Variations
Color information
#555A5A (or 0x555A5A) is known color: 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
RGB | 85 | 90 | 90 | - |
CMYK | 0.06 | 0 | 0 | 0.65 |
HSL | 180º | 0.03% | 0.34% | - |
HSV(B) | 180º | 0.06% | 0.35% | - |
XYZ | 9.25 | 9.98 | 11.11 | - |
YUV | 88.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 90 | 90 | 0.06 | 0 | 0 | 0.65 | 180 | 0.03 | 0.34 |
Hex | 55 | 5A | 5A | 6 | 0 | 0 | 41 | B4 | 3 | 22 |
Octal | 125 | 132 | 132 | 6 | 0 | 0 | 101 | 264 | 3 | 42 |
Binary | 1010101 | 1011010 | 1011010 | 110 | 0 | 0 | 1000001 | 10110100 | 11 | 100010 |
Color Harmonies of #555A5A
Complementary color
Monochromatic Colors of #555A5A
Black with #555A5A
Text Example
Text Example
White with #555A5A
Text Example
Text Example
HTML Codes & Css Web 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>