Shades of Mako #485C5C
Tints of Mako #485C5C
RGB
CMYK
RGB Variations
Color information
#485C5C (or 0x485C5C) is known color: Mako. HEX triplet: 48, 5C and 5C. RGB value is (72,92,92). Sum of RGB (Red+Green+Blue) = 72+92+92=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #485C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C5C is #B7A3A3. Grayscale: #565656. Windows color (decimal): -12034980 or 6052936. OLE color: 6052936.
HSL color Cylindrical-coordinate representation of color #485C5C: hue angle of 180º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485C5C is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 92 | - |
| CMYK | 0.22 | 0 | 0 | 0.64 |
| HSL | 180º | 0.12% | 0.32% | - |
| HSV(B) | 180º | 0.22% | 0.36% | - |
| XYZ | 8.43 | 9.8 | 11.57 | - |
| YUV | 86.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 92 | 0.22 | 0 | 0 | 0.64 | 180 | 0.12 | 0.32 |
| Hex | 48 | 5C | 5C | 16 | 0 | 0 | 40 | B4 | C | 20 |
| Octal | 110 | 134 | 134 | 26 | 0 | 0 | 100 | 264 | 14 | 40 |
| Binary | 1001000 | 1011100 | 1011100 | 10110 | 0 | 0 | 1000000 | 10110100 | 1100 | 100000 |
Color Harmonies of #485C5C
Complementary color
Monochromatic Colors of #485C5C
Black with #485C5C
Text Example
Text Example
White with #485C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C5C; }
p { color: rgb(72,92,92); }
H1.HeaderClassName
{
color: #485C5C;
}
.AnyTagClassName
{
color: #485C5C;
}
</style>
background-color css
<style>
a { background-color: #485C5C; }
a { background-color: rgb(72,92,92); }
div.DivClassName
{
background-color: #485C5C;
}
.BgClassName
{
background-color: #485C5C;
}
</style>
border-color css
<style>
span { border-color: #485C5C; }
span { border-color: rgb(72,92,92); }
td.TdClassName
{
border-color: #485C5C;
}
.TagClassName
{
border-color: #485C5C;
}
</style>