Shades of Dark Slate #445956
Tints of Dark Slate #445956
RGB
CMYK
RGB Variations
Color information
#445956 (or 0x445956) is known color: Dark Slate. HEX triplet: 44, 59 and 56. RGB value is (68,89,86). Sum of RGB (Red+Green+Blue) = 68+89+86=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #445956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445956 is #BBA6A9. Grayscale: #525252. Windows color (decimal): -12297898 or 5658948. OLE color: 5658948.
HSL color Cylindrical-coordinate representation of color #445956: hue angle of 171.43º 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 #445956 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 89 | 86 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.65 |
| HSL | 171.43º | 0.13% | 0.31% | - |
| HSV(B) | 171.43º | 0.24% | 0.35% | - |
| XYZ | 7.64 | 9.05 | 10.15 | - |
| YUV | 82.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 86 | 0.24 | 0 | 0.03 | 0.65 | 171.43 | 0.13 | 0.31 |
| Hex | 44 | 59 | 56 | 18 | 0 | 3 | 41 | AB | D | 1F |
| Octal | 104 | 131 | 126 | 30 | 0 | 3 | 101 | 253 | 15 | 37 |
| Binary | 1000100 | 1011001 | 1010110 | 11000 | 0 | 11 | 1000001 | 10101011 | 1101 | 11111 |
Color Harmonies of #445956
Complementary color
Monochromatic Colors of #445956
Black with #445956
Text Example
Text Example
White with #445956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445956; }
p { color: rgb(68,89,86); }
H1.HeaderClassName
{
color: #445956;
}
.AnyTagClassName
{
color: #445956;
}
</style>
background-color css
<style>
a { background-color: #445956; }
a { background-color: rgb(68,89,86); }
div.DivClassName
{
background-color: #445956;
}
.BgClassName
{
background-color: #445956;
}
</style>
border-color css
<style>
span { border-color: #445956; }
span { border-color: rgb(68,89,86); }
td.TdClassName
{
border-color: #445956;
}
.TagClassName
{
border-color: #445956;
}
</style>