Shades of Dark Slate #445957
Tints of Dark Slate #445957
RGB
CMYK
RGB Variations
Color information
#445957 (or 0x445957) is known color: Dark Slate. HEX triplet: 44, 59 and 57. RGB value is (68,89,87). Sum of RGB (Red+Green+Blue) = 68+89+87=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #445957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445957 is #BBA6A8. Grayscale: #525252. Windows color (decimal): -12297897 or 5724484. OLE color: 5724484.
HSL color Cylindrical-coordinate representation of color #445957: hue angle of 174.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445957 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 89 | 87 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.65 |
| HSL | 174.29º | 0.13% | 0.31% | - |
| HSV(B) | 174.29º | 0.24% | 0.35% | - |
| XYZ | 7.68 | 9.06 | 10.36 | - |
| YUV | 82.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 87 | 0.24 | 0 | 0.02 | 0.65 | 174.29 | 0.13 | 0.31 |
| Hex | 44 | 59 | 57 | 18 | 0 | 2 | 41 | AE | D | 1F |
| Octal | 104 | 131 | 127 | 30 | 0 | 2 | 101 | 256 | 15 | 37 |
| Binary | 1000100 | 1011001 | 1010111 | 11000 | 0 | 10 | 1000001 | 10101110 | 1101 | 11111 |
Color Harmonies of #445957
Complementary color
Monochromatic Colors of #445957
Black with #445957
Text Example
Text Example
White with #445957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445957; }
p { color: rgb(68,89,87); }
H1.HeaderClassName
{
color: #445957;
}
.AnyTagClassName
{
color: #445957;
}
</style>
background-color css
<style>
a { background-color: #445957; }
a { background-color: rgb(68,89,87); }
div.DivClassName
{
background-color: #445957;
}
.BgClassName
{
background-color: #445957;
}
</style>
border-color css
<style>
span { border-color: #445957; }
span { border-color: rgb(68,89,87); }
td.TdClassName
{
border-color: #445957;
}
.TagClassName
{
border-color: #445957;
}
</style>