Shades of Mako #515252
Tints of Mako #515252
RGB
CMYK
RGB Variations
Color information
#515252 (or 0x515252) is known color: Mako. HEX triplet: 51, 52 and 52. RGB value is (81,82,82). Sum of RGB (Red+Green+Blue) = 81+82+82=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #515252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515252 is #AEADAD. Grayscale: #515151. Windows color (decimal): -11447726 or 5395025. OLE color: 5395025.
HSL color Cylindrical-coordinate representation of color #515252: hue angle of 180º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #515252 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 81 | 82 | 82 | - |
CMYK | 0.01 | 0 | 0 | 0.68 |
HSL | 180º | 0.01% | 0.32% | - |
HSV(B) | 180º | 0.01% | 0.32% | - |
XYZ | 7.93 | 8.39 | 9.18 | - |
YUV | 81.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 82 | 82 | 0.01 | 0 | 0 | 0.68 | 180 | 0.01 | 0.32 |
Hex | 51 | 52 | 52 | 1 | 0 | 0 | 44 | B4 | 1 | 20 |
Octal | 121 | 122 | 122 | 1 | 0 | 0 | 104 | 264 | 1 | 40 |
Binary | 1010001 | 1010010 | 1010010 | 1 | 0 | 0 | 1000100 | 10110100 | 1 | 100000 |
Color Harmonies of #515252
Complementary color
Monochromatic Colors of #515252
Black with #515252
Text Example
Text Example
White with #515252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515252; }
p { color: rgb(81,82,82); }
H1.HeaderClassName
{
color: #515252;
}
.AnyTagClassName
{
color: #515252;
}
</style>
background-color css
<style>
a { background-color: #515252; }
a { background-color: rgb(81,82,82); }
div.DivClassName
{
background-color: #515252;
}
.BgClassName
{
background-color: #515252;
}
</style>
border-color css
<style>
span { border-color: #515252; }
span { border-color: rgb(81,82,82); }
td.TdClassName
{
border-color: #515252;
}
.TagClassName
{
border-color: #515252;
}
</style>