Shades of Dark Slate #445652
Tints of Dark Slate #445652
RGB
CMYK
RGB Variations
Color information
#445652 (or 0x445652) is known color: Dark Slate. HEX triplet: 44, 56 and 52. RGB value is (68,86,82). Sum of RGB (Red+Green+Blue) = 68+86+82=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 86 - color contains mainly: green. Hex color #445652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445652 is #BBA9AD. Grayscale: #505050. Windows color (decimal): -12298670 or 5396036. OLE color: 5396036.
HSL color Cylindrical-coordinate representation of color #445652: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445652 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 86 | 82 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.66 |
| HSL | 166.67º | 0.12% | 0.3% | - |
| HSV(B) | 166.67º | 0.21% | 0.34% | - |
| XYZ | 7.23 | 8.49 | 9.24 | - |
| YUV | 80.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 82 | 0.21 | 0 | 0.05 | 0.66 | 166.67 | 0.12 | 0.3 |
| Hex | 44 | 56 | 52 | 15 | 0 | 5 | 42 | A7 | C | 1E |
| Octal | 104 | 126 | 122 | 25 | 0 | 5 | 102 | 247 | 14 | 36 |
| Binary | 1000100 | 1010110 | 1010010 | 10101 | 0 | 101 | 1000010 | 10100111 | 1100 | 11110 |
Color Harmonies of #445652
Complementary color
Monochromatic Colors of #445652
Black with #445652
Text Example
Text Example
White with #445652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445652; }
p { color: rgb(68,86,82); }
H1.HeaderClassName
{
color: #445652;
}
.AnyTagClassName
{
color: #445652;
}
</style>
background-color css
<style>
a { background-color: #445652; }
a { background-color: rgb(68,86,82); }
div.DivClassName
{
background-color: #445652;
}
.BgClassName
{
background-color: #445652;
}
</style>
border-color css
<style>
span { border-color: #445652; }
span { border-color: rgb(68,86,82); }
td.TdClassName
{
border-color: #445652;
}
.TagClassName
{
border-color: #445652;
}
</style>