Shades of Mako #455C5D
Tints of Mako #455C5D
RGB
CMYK
RGB Variations
Color information
#455C5D (or 0x455C5D) is known color: Mako. HEX triplet: 45, 5C and 5D. RGB value is (69,92,93). Sum of RGB (Red+Green+Blue) = 69+92+93=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #455C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C5D is #BAA3A2. Grayscale: #555555. Windows color (decimal): -12231587 or 6118469. OLE color: 6118469.
HSL color Cylindrical-coordinate representation of color #455C5D: hue angle of 182.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455C5D is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 93 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.64 |
| HSL | 182.5º | 0.15% | 0.32% | - |
| HSV(B) | 182.5º | 0.26% | 0.36% | - |
| XYZ | 8.26 | 9.71 | 11.79 | - |
| YUV | 85.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 93 | 0.26 | 0.01 | 0 | 0.64 | 182.5 | 0.15 | 0.32 |
| Hex | 45 | 5C | 5D | 1A | 1 | 0 | 40 | B6 | F | 20 |
| Octal | 105 | 134 | 135 | 32 | 1 | 0 | 100 | 266 | 17 | 40 |
| Binary | 1000101 | 1011100 | 1011101 | 11010 | 1 | 0 | 1000000 | 10110110 | 1111 | 100000 |
Color Harmonies of #455C5D
Complementary color
Monochromatic Colors of #455C5D
Black with #455C5D
Text Example
Text Example
White with #455C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C5D; }
p { color: rgb(69,92,93); }
H1.HeaderClassName
{
color: #455C5D;
}
.AnyTagClassName
{
color: #455C5D;
}
</style>
background-color css
<style>
a { background-color: #455C5D; }
a { background-color: rgb(69,92,93); }
div.DivClassName
{
background-color: #455C5D;
}
.BgClassName
{
background-color: #455C5D;
}
</style>
border-color css
<style>
span { border-color: #455C5D; }
span { border-color: rgb(69,92,93); }
td.TdClassName
{
border-color: #455C5D;
}
.TagClassName
{
border-color: #455C5D;
}
</style>