Shades of Mako #535C5A
Tints of Mako #535C5A
RGB
CMYK
RGB Variations
Color information
#535C5A (or 0x535C5A) is known color: Mako. HEX triplet: 53, 5C and 5A. RGB value is (83,92,90). Sum of RGB (Red+Green+Blue) = 83+92+90=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 92 - color contains mainly: green. Hex color #535C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C5A is #ACA3A5. Grayscale: #595959. Windows color (decimal): -11314086 or 5921875. OLE color: 5921875.
HSL color Cylindrical-coordinate representation of color #535C5A: hue angle of 166.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #535C5A is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 92 | 90 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.64 |
| HSL | 166.67º | 0.05% | 0.34% | - |
| HSV(B) | 166.67º | 0.1% | 0.36% | - |
| XYZ | 9.24 | 10.23 | 11.16 | - |
| YUV | 89.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 90 | 0.10 | 0 | 0.02 | 0.64 | 166.67 | 0.05 | 0.34 |
| Hex | 53 | 5C | 5A | A | 0 | 2 | 40 | A7 | 5 | 22 |
| Octal | 123 | 134 | 132 | 12 | 0 | 2 | 100 | 247 | 5 | 42 |
| Binary | 1010011 | 1011100 | 1011010 | 1010 | 0 | 10 | 1000000 | 10100111 | 101 | 100010 |
Color Harmonies of #535C5A
Complementary color
Monochromatic Colors of #535C5A
Black with #535C5A
Text Example
Text Example
White with #535C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C5A; }
p { color: rgb(83,92,90); }
H1.HeaderClassName
{
color: #535C5A;
}
.AnyTagClassName
{
color: #535C5A;
}
</style>
background-color css
<style>
a { background-color: #535C5A; }
a { background-color: rgb(83,92,90); }
div.DivClassName
{
background-color: #535C5A;
}
.BgClassName
{
background-color: #535C5A;
}
</style>
border-color css
<style>
span { border-color: #535C5A; }
span { border-color: rgb(83,92,90); }
td.TdClassName
{
border-color: #535C5A;
}
.TagClassName
{
border-color: #535C5A;
}
</style>