Shades of Dark Slate #455A59
Tints of Dark Slate #455A59
RGB
CMYK
RGB Variations
Color information
#455A59 (or 0x455A59) is known color: Dark Slate. HEX triplet: 45, 5A and 59. RGB value is (69,90,89). Sum of RGB (Red+Green+Blue) = 69+90+89=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 90 - color contains mainly: green. Hex color #455A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A59 is #BAA5A6. Grayscale: #535353. Windows color (decimal): -12232103 or 5855813. OLE color: 5855813.
HSL color Cylindrical-coordinate representation of color #455A59: hue angle of 177.14º 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 #455A59 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 89 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.65 |
| HSL | 177.14º | 0.13% | 0.31% | - |
| HSV(B) | 177.14º | 0.23% | 0.35% | - |
| XYZ | 7.91 | 9.3 | 10.83 | - |
| YUV | 83.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 89 | 0.23 | 0 | 0.01 | 0.65 | 177.14 | 0.13 | 0.31 |
| Hex | 45 | 5A | 59 | 17 | 0 | 1 | 41 | B1 | D | 1F |
| Octal | 105 | 132 | 131 | 27 | 0 | 1 | 101 | 261 | 15 | 37 |
| Binary | 1000101 | 1011010 | 1011001 | 10111 | 0 | 1 | 1000001 | 10110001 | 1101 | 11111 |
Color Harmonies of #455A59
Complementary color
Monochromatic Colors of #455A59
Black with #455A59
Text Example
Text Example
White with #455A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A59; }
p { color: rgb(69,90,89); }
H1.HeaderClassName
{
color: #455A59;
}
.AnyTagClassName
{
color: #455A59;
}
</style>
background-color css
<style>
a { background-color: #455A59; }
a { background-color: rgb(69,90,89); }
div.DivClassName
{
background-color: #455A59;
}
.BgClassName
{
background-color: #455A59;
}
</style>
border-color css
<style>
span { border-color: #455A59; }
span { border-color: rgb(69,90,89); }
td.TdClassName
{
border-color: #455A59;
}
.TagClassName
{
border-color: #455A59;
}
</style>