Shades of Dark Slate #445D58
Tints of Dark Slate #445D58
RGB
CMYK
RGB Variations
Color information
#445D58 (or 0x445D58) is known color: Dark Slate. HEX triplet: 44, 5D and 58. RGB value is (68,93,88). Sum of RGB (Red+Green+Blue) = 68+93+88=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 93 - color contains mainly: green. Hex color #445D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D58 is #BBA2A7. Grayscale: #545454. Windows color (decimal): -12296872 or 5791044. OLE color: 5791044.
HSL color Cylindrical-coordinate representation of color #445D58: hue angle of 168º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445D58 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 93 | 88 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.64 |
| HSL | 168º | 0.16% | 0.32% | - |
| HSV(B) | 168º | 0.27% | 0.36% | - |
| XYZ | 8.06 | 9.76 | 10.69 | - |
| YUV | 84.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 88 | 0.27 | 0 | 0.05 | 0.64 | 168 | 0.16 | 0.32 |
| Hex | 44 | 5D | 58 | 1B | 0 | 5 | 40 | A8 | 10 | 20 |
| Octal | 104 | 135 | 130 | 33 | 0 | 5 | 100 | 250 | 20 | 40 |
| Binary | 1000100 | 1011101 | 1011000 | 11011 | 0 | 101 | 1000000 | 10101000 | 10000 | 100000 |
Color Harmonies of #445D58
Complementary color
Monochromatic Colors of #445D58
Black with #445D58
Text Example
Text Example
White with #445D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D58; }
p { color: rgb(68,93,88); }
H1.HeaderClassName
{
color: #445D58;
}
.AnyTagClassName
{
color: #445D58;
}
</style>
background-color css
<style>
a { background-color: #445D58; }
a { background-color: rgb(68,93,88); }
div.DivClassName
{
background-color: #445D58;
}
.BgClassName
{
background-color: #445D58;
}
</style>
border-color css
<style>
span { border-color: #445D58; }
span { border-color: rgb(68,93,88); }
td.TdClassName
{
border-color: #445D58;
}
.TagClassName
{
border-color: #445D58;
}
</style>