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