Shades of Mako #515B5B
Tints of Mako #515B5B
RGB
CMYK
RGB Variations
Color information
#515B5B (or 0x515B5B) is known color: Mako. HEX triplet: 51, 5B and 5B. RGB value is (81,91,91). Sum of RGB (Red+Green+Blue) = 81+91+91=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #515B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B5B is #AEA4A4. Grayscale: #585858. Windows color (decimal): -11445413 or 5987153. OLE color: 5987153.
HSL color Cylindrical-coordinate representation of color #515B5B: hue angle of 180º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #515B5B is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 81 | 91 | 91 | - |
CMYK | 0.11 | 0 | 0 | 0.64 |
HSL | 180º | 0.06% | 0.34% | - |
HSV(B) | 180º | 0.11% | 0.36% | - |
XYZ | 9.02 | 9.99 | 11.35 | - |
YUV | 88.01 | 129.69 | 123 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 91 | 91 | 0.11 | 0 | 0 | 0.64 | 180 | 0.06 | 0.34 |
Hex | 51 | 5B | 5B | B | 0 | 0 | 40 | B4 | 6 | 22 |
Octal | 121 | 133 | 133 | 13 | 0 | 0 | 100 | 264 | 6 | 42 |
Binary | 1010001 | 1011011 | 1011011 | 1011 | 0 | 0 | 1000000 | 10110100 | 110 | 100010 |
Color Harmonies of #515B5B
Complementary color
Monochromatic Colors of #515B5B
Black with #515B5B
Text Example
Text Example
White with #515B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B5B; }
p { color: rgb(81,91,91); }
H1.HeaderClassName
{
color: #515B5B;
}
.AnyTagClassName
{
color: #515B5B;
}
</style>
background-color css
<style>
a { background-color: #515B5B; }
a { background-color: rgb(81,91,91); }
div.DivClassName
{
background-color: #515B5B;
}
.BgClassName
{
background-color: #515B5B;
}
</style>
border-color css
<style>
span { border-color: #515B5B; }
span { border-color: rgb(81,91,91); }
td.TdClassName
{
border-color: #515B5B;
}
.TagClassName
{
border-color: #515B5B;
}
</style>