Shades of Dark Slate #455958
Tints of Dark Slate #455958
RGB
CMYK
RGB Variations
Color information
#455958 (or 0x455958) is known color: Dark Slate. HEX triplet: 45, 59 and 58. RGB value is (69,89,88). Sum of RGB (Red+Green+Blue) = 69+89+88=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #455958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455958 is #BAA6A7. Grayscale: #525252. Windows color (decimal): -12232360 or 5790021. OLE color: 5790021.
HSL color Cylindrical-coordinate representation of color #455958: hue angle of 177º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455958 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 88 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.65 |
| HSL | 177º | 0.13% | 0.31% | - |
| HSV(B) | 177º | 0.22% | 0.35% | - |
| XYZ | 7.79 | 9.11 | 10.58 | - |
| YUV | 82.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 88 | 0.22 | 0 | 0.01 | 0.65 | 177 | 0.13 | 0.31 |
| Hex | 45 | 59 | 58 | 16 | 0 | 1 | 41 | B1 | D | 1F |
| Octal | 105 | 131 | 130 | 26 | 0 | 1 | 101 | 261 | 15 | 37 |
| Binary | 1000101 | 1011001 | 1011000 | 10110 | 0 | 1 | 1000001 | 10110001 | 1101 | 11111 |
Color Harmonies of #455958
Complementary color
Monochromatic Colors of #455958
Black with #455958
Text Example
Text Example
White with #455958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455958; }
p { color: rgb(69,89,88); }
H1.HeaderClassName
{
color: #455958;
}
.AnyTagClassName
{
color: #455958;
}
</style>
background-color css
<style>
a { background-color: #455958; }
a { background-color: rgb(69,89,88); }
div.DivClassName
{
background-color: #455958;
}
.BgClassName
{
background-color: #455958;
}
</style>
border-color css
<style>
span { border-color: #455958; }
span { border-color: rgb(69,89,88); }
td.TdClassName
{
border-color: #455958;
}
.TagClassName
{
border-color: #455958;
}
</style>