Shades of Mako #485B5B
Tints of Mako #485B5B
RGB
CMYK
RGB Variations
Color information
#485B5B (or 0x485B5B) is known color: Mako. HEX triplet: 48, 5B and 5B. RGB value is (72,91,91). Sum of RGB (Red+Green+Blue) = 72+91+91=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #485B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B5B is #B7A4A4. Grayscale: #555555. Windows color (decimal): -12035237 or 5987144. OLE color: 5987144.
HSL color Cylindrical-coordinate representation of color #485B5B: 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.21%. Process color model (Four color, CMYK) of #485B5B is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 72 | 91 | 91 | - |
CMYK | 0.21 | 0 | 0 | 0.64 |
HSL | 180º | 0.12% | 0.32% | - |
HSV(B) | 180º | 0.21% | 0.36% | - |
XYZ | 8.3 | 9.62 | 11.32 | - |
YUV | 85.32 | 131.21 | 118.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 91 | 91 | 0.21 | 0 | 0 | 0.64 | 180 | 0.12 | 0.32 |
Hex | 48 | 5B | 5B | 15 | 0 | 0 | 40 | B4 | C | 20 |
Octal | 110 | 133 | 133 | 25 | 0 | 0 | 100 | 264 | 14 | 40 |
Binary | 1001000 | 1011011 | 1011011 | 10101 | 0 | 0 | 1000000 | 10110100 | 1100 | 100000 |
Color Harmonies of #485B5B
Complementary color
Monochromatic Colors of #485B5B
Black with #485B5B
Text Example
Text Example
White with #485B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B5B; }
p { color: rgb(72,91,91); }
H1.HeaderClassName
{
color: #485B5B;
}
.AnyTagClassName
{
color: #485B5B;
}
</style>
background-color css
<style>
a { background-color: #485B5B; }
a { background-color: rgb(72,91,91); }
div.DivClassName
{
background-color: #485B5B;
}
.BgClassName
{
background-color: #485B5B;
}
</style>
border-color css
<style>
span { border-color: #485B5B; }
span { border-color: rgb(72,91,91); }
td.TdClassName
{
border-color: #485B5B;
}
.TagClassName
{
border-color: #485B5B;
}
</style>