Shades of Dark Slate #445251
Tints of Dark Slate #445251
RGB
CMYK
RGB Variations
Color information
#445251 (or 0x445251) is known color: Dark Slate. HEX triplet: 44, 52 and 51. RGB value is (68,82,81). Sum of RGB (Red+Green+Blue) = 68+82+81=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 82 - color contains mainly: green. Hex color #445251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445251 is #BBADAE. Grayscale: #4D4D4D. Windows color (decimal): -12299695 or 5329476. OLE color: 5329476.
HSL color Cylindrical-coordinate representation of color #445251: hue angle of 175.71º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #445251 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 81 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.68 |
| HSL | 175.71º | 0.09% | 0.29% | - |
| HSV(B) | 175.71º | 0.17% | 0.32% | - |
| XYZ | 6.89 | 7.86 | 8.94 | - |
| YUV | 77.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 81 | 0.17 | 0 | 0.01 | 0.68 | 175.71 | 0.09 | 0.29 |
| Hex | 44 | 52 | 51 | 11 | 0 | 1 | 44 | B0 | 9 | 1D |
| Octal | 104 | 122 | 121 | 21 | 0 | 1 | 104 | 260 | 11 | 35 |
| Binary | 1000100 | 1010010 | 1010001 | 10001 | 0 | 1 | 1000100 | 10110000 | 1001 | 11101 |
Color Harmonies of #445251
Complementary color
Monochromatic Colors of #445251
Black with #445251
Text Example
Text Example
White with #445251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445251; }
p { color: rgb(68,82,81); }
H1.HeaderClassName
{
color: #445251;
}
.AnyTagClassName
{
color: #445251;
}
</style>
background-color css
<style>
a { background-color: #445251; }
a { background-color: rgb(68,82,81); }
div.DivClassName
{
background-color: #445251;
}
.BgClassName
{
background-color: #445251;
}
</style>
border-color css
<style>
span { border-color: #445251; }
span { border-color: rgb(68,82,81); }
td.TdClassName
{
border-color: #445251;
}
.TagClassName
{
border-color: #445251;
}
</style>