Shades of Mako #485C5B
Tints of Mako #485C5B
RGB
CMYK
RGB Variations
Color information
#485C5B (or 0x485C5B) is known color: Mako. HEX triplet: 48, 5C and 5B. RGB value is (72,92,91). Sum of RGB (Red+Green+Blue) = 72+92+91=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 92 - color contains mainly: green. Hex color #485C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C5B is #B7A3A4. Grayscale: #555555. Windows color (decimal): -12034981 or 5987400. OLE color: 5987400.
HSL color Cylindrical-coordinate representation of color #485C5B: hue angle of 177º 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 #485C5B is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 91 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.64 |
| HSL | 177º | 0.12% | 0.32% | - |
| HSV(B) | 177º | 0.22% | 0.36% | - |
| XYZ | 8.39 | 9.79 | 11.34 | - |
| YUV | 85.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 91 | 0.22 | 0 | 0.01 | 0.64 | 177 | 0.12 | 0.32 |
| Hex | 48 | 5C | 5B | 16 | 0 | 1 | 40 | B1 | C | 20 |
| Octal | 110 | 134 | 133 | 26 | 0 | 1 | 100 | 261 | 14 | 40 |
| Binary | 1001000 | 1011100 | 1011011 | 10110 | 0 | 1 | 1000000 | 10110001 | 1100 | 100000 |
Color Harmonies of #485C5B
Complementary color
Monochromatic Colors of #485C5B
Black with #485C5B
Text Example
Text Example
White with #485C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C5B; }
p { color: rgb(72,92,91); }
H1.HeaderClassName
{
color: #485C5B;
}
.AnyTagClassName
{
color: #485C5B;
}
</style>
background-color css
<style>
a { background-color: #485C5B; }
a { background-color: rgb(72,92,91); }
div.DivClassName
{
background-color: #485C5B;
}
.BgClassName
{
background-color: #485C5B;
}
</style>
border-color css
<style>
span { border-color: #485C5B; }
span { border-color: rgb(72,92,91); }
td.TdClassName
{
border-color: #485C5B;
}
.TagClassName
{
border-color: #485C5B;
}
</style>