Shades of Mako #45595A
Tints of Mako #45595A
RGB
CMYK
RGB Variations
Color information
#45595A (or 0x45595A) is known color: Mako. HEX triplet: 45, 59 and 5A. RGB value is (69,89,90). Sum of RGB (Red+Green+Blue) = 69+89+90=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: blue. Hex color #45595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45595A is #BAA6A5. Grayscale: #535353. Windows color (decimal): -12232358 or 5921093. OLE color: 5921093.
HSL color Cylindrical-coordinate representation of color #45595A: hue angle of 182.86º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #45595A is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 90 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.65 |
| HSL | 182.86º | 0.13% | 0.31% | - |
| HSV(B) | 182.86º | 0.23% | 0.35% | - |
| XYZ | 7.87 | 9.15 | 11.02 | - |
| YUV | 83.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 90 | 0.23 | 0.01 | 0 | 0.65 | 182.86 | 0.13 | 0.31 |
| Hex | 45 | 59 | 5A | 17 | 1 | 0 | 41 | B7 | D | 1F |
| Octal | 105 | 131 | 132 | 27 | 1 | 0 | 101 | 267 | 15 | 37 |
| Binary | 1000101 | 1011001 | 1011010 | 10111 | 1 | 0 | 1000001 | 10110111 | 1101 | 11111 |
Color Harmonies of #45595A
Complementary color
Monochromatic Colors of #45595A
Black with #45595A
Text Example
Text Example
White with #45595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45595A; }
p { color: rgb(69,89,90); }
H1.HeaderClassName
{
color: #45595A;
}
.AnyTagClassName
{
color: #45595A;
}
</style>
background-color css
<style>
a { background-color: #45595A; }
a { background-color: rgb(69,89,90); }
div.DivClassName
{
background-color: #45595A;
}
.BgClassName
{
background-color: #45595A;
}
</style>
border-color css
<style>
span { border-color: #45595A; }
span { border-color: rgb(69,89,90); }
td.TdClassName
{
border-color: #45595A;
}
.TagClassName
{
border-color: #45595A;
}
</style>