Shades of Mako #535454
Tints of Mako #535454
RGB
CMYK
RGB Variations
Color information
#535454 (or 0x535454) is known color: Mako. HEX triplet: 53, 54 and 54. RGB value is (83,84,84). Sum of RGB (Red+Green+Blue) = 83+84+84=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #535454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535454 is #ACABAB. Grayscale: #535353. Windows color (decimal): -11316140 or 5526611. OLE color: 5526611.
HSL color Cylindrical-coordinate representation of color #535454: hue angle of 180º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #535454 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 84 | - |
| CMYK | 0.01 | 0 | 0 | 0.67 |
| HSL | 180º | 0.01% | 0.33% | - |
| HSV(B) | 180º | 0.01% | 0.33% | - |
| XYZ | 8.34 | 8.82 | 9.65 | - |
| YUV | 83.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 84 | 0.01 | 0 | 0 | 0.67 | 180 | 0.01 | 0.33 |
| Hex | 53 | 54 | 54 | 1 | 0 | 0 | 43 | B4 | 1 | 21 |
| Octal | 123 | 124 | 124 | 1 | 0 | 0 | 103 | 264 | 1 | 41 |
| Binary | 1010011 | 1010100 | 1010100 | 1 | 0 | 0 | 1000011 | 10110100 | 1 | 100001 |
Color Harmonies of #535454
Complementary color
Monochromatic Colors of #535454
Black with #535454
Text Example
Text Example
White with #535454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535454; }
p { color: rgb(83,84,84); }
H1.HeaderClassName
{
color: #535454;
}
.AnyTagClassName
{
color: #535454;
}
</style>
background-color css
<style>
a { background-color: #535454; }
a { background-color: rgb(83,84,84); }
div.DivClassName
{
background-color: #535454;
}
.BgClassName
{
background-color: #535454;
}
</style>
border-color css
<style>
span { border-color: #535454; }
span { border-color: rgb(83,84,84); }
td.TdClassName
{
border-color: #535454;
}
.TagClassName
{
border-color: #535454;
}
</style>