Shades of Mako #485A5B
Tints of Mako #485A5B
RGB
CMYK
RGB Variations
Color information
#485A5B (or 0x485A5B) is known color: Mako. HEX triplet: 48, 5A and 5B. RGB value is (72,90,91). Sum of RGB (Red+Green+Blue) = 72+90+91=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 91 - color contains mainly: blue. Hex color #485A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A5B is #B7A5A4. Grayscale: #545454. Windows color (decimal): -12035493 or 5986888. OLE color: 5986888.
HSL color Cylindrical-coordinate representation of color #485A5B: hue angle of 183.16º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #485A5B is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 90 | 91 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.64 |
| HSL | 183.16º | 0.12% | 0.32% | - |
| HSV(B) | 183.16º | 0.21% | 0.36% | - |
| XYZ | 8.22 | 9.45 | 11.29 | - |
| YUV | 84.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 91 | 0.21 | 0.01 | 0 | 0.64 | 183.16 | 0.12 | 0.32 |
| Hex | 48 | 5A | 5B | 15 | 1 | 0 | 40 | B7 | C | 20 |
| Octal | 110 | 132 | 133 | 25 | 1 | 0 | 100 | 267 | 14 | 40 |
| Binary | 1001000 | 1011010 | 1011011 | 10101 | 1 | 0 | 1000000 | 10110111 | 1100 | 100000 |
Color Harmonies of #485A5B
Complementary color
Monochromatic Colors of #485A5B
Black with #485A5B
Text Example
Text Example
White with #485A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A5B; }
p { color: rgb(72,90,91); }
H1.HeaderClassName
{
color: #485A5B;
}
.AnyTagClassName
{
color: #485A5B;
}
</style>
background-color css
<style>
a { background-color: #485A5B; }
a { background-color: rgb(72,90,91); }
div.DivClassName
{
background-color: #485A5B;
}
.BgClassName
{
background-color: #485A5B;
}
</style>
border-color css
<style>
span { border-color: #485A5B; }
span { border-color: rgb(72,90,91); }
td.TdClassName
{
border-color: #485A5B;
}
.TagClassName
{
border-color: #485A5B;
}
</style>