Shades of Dark Slate #455957
Tints of Dark Slate #455957
RGB
CMYK
RGB Variations
Color information
#455957 (or 0x455957) is known color: Dark Slate. HEX triplet: 45, 59 and 57. RGB value is (69,89,87). Sum of RGB (Red+Green+Blue) = 69+89+87=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #455957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455957 is #BAA6A8. Grayscale: #525252. Windows color (decimal): -12232361 or 5724485. OLE color: 5724485.
HSL color Cylindrical-coordinate representation of color #455957: hue angle of 174º 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 #455957 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 87 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.65 |
| HSL | 174º | 0.13% | 0.31% | - |
| HSV(B) | 174º | 0.22% | 0.35% | - |
| XYZ | 7.75 | 9.1 | 10.36 | - |
| YUV | 82.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 87 | 0.22 | 0 | 0.02 | 0.65 | 174 | 0.13 | 0.31 |
| Hex | 45 | 59 | 57 | 16 | 0 | 2 | 41 | AE | D | 1F |
| Octal | 105 | 131 | 127 | 26 | 0 | 2 | 101 | 256 | 15 | 37 |
| Binary | 1000101 | 1011001 | 1010111 | 10110 | 0 | 10 | 1000001 | 10101110 | 1101 | 11111 |
Color Harmonies of #455957
Complementary color
Monochromatic Colors of #455957
Black with #455957
Text Example
Text Example
White with #455957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455957; }
p { color: rgb(69,89,87); }
H1.HeaderClassName
{
color: #455957;
}
.AnyTagClassName
{
color: #455957;
}
</style>
background-color css
<style>
a { background-color: #455957; }
a { background-color: rgb(69,89,87); }
div.DivClassName
{
background-color: #455957;
}
.BgClassName
{
background-color: #455957;
}
</style>
border-color css
<style>
span { border-color: #455957; }
span { border-color: rgb(69,89,87); }
td.TdClassName
{
border-color: #455957;
}
.TagClassName
{
border-color: #455957;
}
</style>