Shades of Mako #555D5C
Tints of Mako #555D5C
RGB
CMYK
RGB Variations
Color information
#555D5C (or 0x555D5C) is known color: Mako. HEX triplet: 55, 5D and 5C. RGB value is (85,93,92). Sum of RGB (Red+Green+Blue) = 85+93+92=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 93 - color contains mainly: green. Hex color #555D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D5C is #AAA2A3. Grayscale: #5A5A5A. Windows color (decimal): -11182756 or 6053205. OLE color: 6053205.
HSL color Cylindrical-coordinate representation of color #555D5C: hue angle of 172.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #555D5C is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 93 | 92 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.64 |
| HSL | 172.5º | 0.04% | 0.35% | - |
| HSV(B) | 172.5º | 0.09% | 0.36% | - |
| XYZ | 9.59 | 10.53 | 11.65 | - |
| YUV | 90.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 92 | 0.09 | 0 | 0.01 | 0.64 | 172.5 | 0.04 | 0.35 |
| Hex | 55 | 5D | 5C | 9 | 0 | 1 | 40 | AC | 4 | 23 |
| Octal | 125 | 135 | 134 | 11 | 0 | 1 | 100 | 254 | 4 | 43 |
| Binary | 1010101 | 1011101 | 1011100 | 1001 | 0 | 1 | 1000000 | 10101100 | 100 | 100011 |
Color Harmonies of #555D5C
Complementary color
Monochromatic Colors of #555D5C
Black with #555D5C
Text Example
Text Example
White with #555D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D5C; }
p { color: rgb(85,93,92); }
H1.HeaderClassName
{
color: #555D5C;
}
.AnyTagClassName
{
color: #555D5C;
}
</style>
background-color css
<style>
a { background-color: #555D5C; }
a { background-color: rgb(85,93,92); }
div.DivClassName
{
background-color: #555D5C;
}
.BgClassName
{
background-color: #555D5C;
}
</style>
border-color css
<style>
span { border-color: #555D5C; }
span { border-color: rgb(85,93,92); }
td.TdClassName
{
border-color: #555D5C;
}
.TagClassName
{
border-color: #555D5C;
}
</style>