Shades of Dark Slate #445954
Tints of Dark Slate #445954
RGB
CMYK
RGB Variations
Color information
#445954 (or 0x445954) is known color: Dark Slate. HEX triplet: 44, 59 and 54. RGB value is (68,89,84). Sum of RGB (Red+Green+Blue) = 68+89+84=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #445954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445954 is #BBA6AB. Grayscale: #525252. Windows color (decimal): -12297900 or 5527876. OLE color: 5527876.
HSL color Cylindrical-coordinate representation of color #445954: hue angle of 165.71º 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 #445954 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 89 | 84 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.65 |
| HSL | 165.71º | 0.13% | 0.31% | - |
| HSV(B) | 165.71º | 0.24% | 0.35% | - |
| XYZ | 7.56 | 9.01 | 9.73 | - |
| YUV | 82.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 84 | 0.24 | 0 | 0.06 | 0.65 | 165.71 | 0.13 | 0.31 |
| Hex | 44 | 59 | 54 | 18 | 0 | 6 | 41 | A6 | D | 1F |
| Octal | 104 | 131 | 124 | 30 | 0 | 6 | 101 | 246 | 15 | 37 |
| Binary | 1000100 | 1011001 | 1010100 | 11000 | 0 | 110 | 1000001 | 10100110 | 1101 | 11111 |
Color Harmonies of #445954
Complementary color
Monochromatic Colors of #445954
Black with #445954
Text Example
Text Example
White with #445954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445954; }
p { color: rgb(68,89,84); }
H1.HeaderClassName
{
color: #445954;
}
.AnyTagClassName
{
color: #445954;
}
</style>
background-color css
<style>
a { background-color: #445954; }
a { background-color: rgb(68,89,84); }
div.DivClassName
{
background-color: #445954;
}
.BgClassName
{
background-color: #445954;
}
</style>
border-color css
<style>
span { border-color: #445954; }
span { border-color: rgb(68,89,84); }
td.TdClassName
{
border-color: #445954;
}
.TagClassName
{
border-color: #445954;
}
</style>