Shades of Mako #455556
Tints of Mako #455556
RGB
CMYK
RGB Variations
Color information
#455556 (or 0x455556) is known color: Mako. HEX triplet: 45, 55 and 56. RGB value is (69,85,86). Sum of RGB (Red+Green+Blue) = 69+85+86=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 86 - color contains mainly: blue. Hex color #455556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455556 is #BAAAA9. Grayscale: #505050. Windows color (decimal): -12233386 or 5657925. OLE color: 5657925.
HSL color Cylindrical-coordinate representation of color #455556: hue angle of 183.53º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #455556 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 85 | 86 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.66 |
| HSL | 183.53º | 0.11% | 0.3% | - |
| HSV(B) | 183.53º | 0.2% | 0.34% | - |
| XYZ | 7.38 | 8.43 | 10.04 | - |
| YUV | 80.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 86 | 0.20 | 0.01 | 0 | 0.66 | 183.53 | 0.11 | 0.3 |
| Hex | 45 | 55 | 56 | 14 | 1 | 0 | 42 | B8 | B | 1E |
| Octal | 105 | 125 | 126 | 24 | 1 | 0 | 102 | 270 | 13 | 36 |
| Binary | 1000101 | 1010101 | 1010110 | 10100 | 1 | 0 | 1000010 | 10111000 | 1011 | 11110 |
Color Harmonies of #455556
Complementary color
Monochromatic Colors of #455556
Black with #455556
Text Example
Text Example
White with #455556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455556; }
p { color: rgb(69,85,86); }
H1.HeaderClassName
{
color: #455556;
}
.AnyTagClassName
{
color: #455556;
}
</style>
background-color css
<style>
a { background-color: #455556; }
a { background-color: rgb(69,85,86); }
div.DivClassName
{
background-color: #455556;
}
.BgClassName
{
background-color: #455556;
}
</style>
border-color css
<style>
span { border-color: #455556; }
span { border-color: rgb(69,85,86); }
td.TdClassName
{
border-color: #455556;
}
.TagClassName
{
border-color: #455556;
}
</style>