Shades of Dark Slate #445857
Tints of Dark Slate #445857
RGB
CMYK
RGB Variations
Color information
#445857 (or 0x445857) is known color: Dark Slate. HEX triplet: 44, 58 and 57. RGB value is (68,88,87). Sum of RGB (Red+Green+Blue) = 68+88+87=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #445857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445857 is #BBA7A8. Grayscale: #515151. Windows color (decimal): -12298153 or 5724228. OLE color: 5724228.
HSL color Cylindrical-coordinate representation of color #445857: hue angle of 177º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #445857 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 88 | 87 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.65 |
| HSL | 177º | 0.13% | 0.31% | - |
| HSV(B) | 177º | 0.23% | 0.35% | - |
| XYZ | 7.59 | 8.9 | 10.33 | - |
| YUV | 81.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 87 | 0.23 | 0 | 0.01 | 0.65 | 177 | 0.13 | 0.31 |
| Hex | 44 | 58 | 57 | 17 | 0 | 1 | 41 | B1 | D | 1F |
| Octal | 104 | 130 | 127 | 27 | 0 | 1 | 101 | 261 | 15 | 37 |
| Binary | 1000100 | 1011000 | 1010111 | 10111 | 0 | 1 | 1000001 | 10110001 | 1101 | 11111 |
Color Harmonies of #445857
Complementary color
Monochromatic Colors of #445857
Black with #445857
Text Example
Text Example
White with #445857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445857; }
p { color: rgb(68,88,87); }
H1.HeaderClassName
{
color: #445857;
}
.AnyTagClassName
{
color: #445857;
}
</style>
background-color css
<style>
a { background-color: #445857; }
a { background-color: rgb(68,88,87); }
div.DivClassName
{
background-color: #445857;
}
.BgClassName
{
background-color: #445857;
}
</style>
border-color css
<style>
span { border-color: #445857; }
span { border-color: rgb(68,88,87); }
td.TdClassName
{
border-color: #445857;
}
.TagClassName
{
border-color: #445857;
}
</style>