Shades of Mako #505C5A
Tints of Mako #505C5A
RGB
CMYK
RGB Variations
Color information
#505C5A (or 0x505C5A) is known color: Mako. HEX triplet: 50, 5C and 5A. RGB value is (80,92,90). Sum of RGB (Red+Green+Blue) = 80+92+90=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 92 - color contains mainly: green. Hex color #505C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C5A is #AFA3A5. Grayscale: #585858. Windows color (decimal): -11510694 or 5921872. OLE color: 5921872.
HSL color Cylindrical-coordinate representation of color #505C5A: hue angle of 170º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505C5A is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 90 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.64 |
| HSL | 170º | 0.07% | 0.34% | - |
| HSV(B) | 170º | 0.13% | 0.36% | - |
| XYZ | 8.98 | 10.1 | 11.15 | - |
| YUV | 88.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 90 | 0.13 | 0 | 0.02 | 0.64 | 170 | 0.07 | 0.34 |
| Hex | 50 | 5C | 5A | D | 0 | 2 | 40 | AA | 7 | 22 |
| Octal | 120 | 134 | 132 | 15 | 0 | 2 | 100 | 252 | 7 | 42 |
| Binary | 1010000 | 1011100 | 1011010 | 1101 | 0 | 10 | 1000000 | 10101010 | 111 | 100010 |
Color Harmonies of #505C5A
Complementary color
Monochromatic Colors of #505C5A
Black with #505C5A
Text Example
Text Example
White with #505C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C5A; }
p { color: rgb(80,92,90); }
H1.HeaderClassName
{
color: #505C5A;
}
.AnyTagClassName
{
color: #505C5A;
}
</style>
background-color css
<style>
a { background-color: #505C5A; }
a { background-color: rgb(80,92,90); }
div.DivClassName
{
background-color: #505C5A;
}
.BgClassName
{
background-color: #505C5A;
}
</style>
border-color css
<style>
span { border-color: #505C5A; }
span { border-color: rgb(80,92,90); }
td.TdClassName
{
border-color: #505C5A;
}
.TagClassName
{
border-color: #505C5A;
}
</style>