Shades of Mako #455D5D
Tints of Mako #455D5D
RGB
CMYK
RGB Variations
Color information
#455D5D (or 0x455D5D) is known color: Mako. HEX triplet: 45, 5D and 5D. RGB value is (69,93,93). Sum of RGB (Red+Green+Blue) = 69+93+93=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #455D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D5D is #BAA2A2. Grayscale: #555555. Windows color (decimal): -12231331 or 6118725. OLE color: 6118725.
HSL color Cylindrical-coordinate representation of color #455D5D: hue angle of 180º 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 #455D5D is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 93 | - |
| CMYK | 0.26 | 0 | 0 | 0.64 |
| HSL | 180º | 0.15% | 0.32% | - |
| HSV(B) | 180º | 0.26% | 0.36% | - |
| XYZ | 8.34 | 9.88 | 11.82 | - |
| YUV | 85.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 93 | 0.26 | 0 | 0 | 0.64 | 180 | 0.15 | 0.32 |
| Hex | 45 | 5D | 5D | 1A | 0 | 0 | 40 | B4 | F | 20 |
| Octal | 105 | 135 | 135 | 32 | 0 | 0 | 100 | 264 | 17 | 40 |
| Binary | 1000101 | 1011101 | 1011101 | 11010 | 0 | 0 | 1000000 | 10110100 | 1111 | 100000 |
Color Harmonies of #455D5D
Complementary color
Monochromatic Colors of #455D5D
Black with #455D5D
Text Example
Text Example
White with #455D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D5D; }
p { color: rgb(69,93,93); }
H1.HeaderClassName
{
color: #455D5D;
}
.AnyTagClassName
{
color: #455D5D;
}
</style>
background-color css
<style>
a { background-color: #455D5D; }
a { background-color: rgb(69,93,93); }
div.DivClassName
{
background-color: #455D5D;
}
.BgClassName
{
background-color: #455D5D;
}
</style>
border-color css
<style>
span { border-color: #455D5D; }
span { border-color: rgb(69,93,93); }
td.TdClassName
{
border-color: #455D5D;
}
.TagClassName
{
border-color: #455D5D;
}
</style>