Shades of Dark Slate #445F5C
Tints of Dark Slate #445F5C
RGB
CMYK
RGB Variations
Color information
#445F5C (or 0x445F5C) is known color: Dark Slate. HEX triplet: 44, 5F and 5C. RGB value is (68,95,92). Sum of RGB (Red+Green+Blue) = 68+95+92=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 95 - color contains mainly: green. Hex color #445F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F5C is #BBA0A3. Grayscale: #565656. Windows color (decimal): -12296356 or 6053700. OLE color: 6053700.
HSL color Cylindrical-coordinate representation of color #445F5C: hue angle of 173.33º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445F5C is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 92 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.63 |
| HSL | 173.33º | 0.17% | 0.32% | - |
| HSV(B) | 173.33º | 0.28% | 0.37% | - |
| XYZ | 8.41 | 10.19 | 11.65 | - |
| YUV | 86.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 92 | 0.28 | 0 | 0.03 | 0.63 | 173.33 | 0.17 | 0.32 |
| Hex | 44 | 5F | 5C | 1C | 0 | 3 | 3F | AD | 11 | 20 |
| Octal | 104 | 137 | 134 | 34 | 0 | 3 | 77 | 255 | 21 | 40 |
| Binary | 1000100 | 1011111 | 1011100 | 11100 | 0 | 11 | 111111 | 10101101 | 10001 | 100000 |
Color Harmonies of #445F5C
Complementary color
Monochromatic Colors of #445F5C
Black with #445F5C
Text Example
Text Example
White with #445F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F5C; }
p { color: rgb(68,95,92); }
H1.HeaderClassName
{
color: #445F5C;
}
.AnyTagClassName
{
color: #445F5C;
}
</style>
background-color css
<style>
a { background-color: #445F5C; }
a { background-color: rgb(68,95,92); }
div.DivClassName
{
background-color: #445F5C;
}
.BgClassName
{
background-color: #445F5C;
}
</style>
border-color css
<style>
span { border-color: #445F5C; }
span { border-color: rgb(68,95,92); }
td.TdClassName
{
border-color: #445F5C;
}
.TagClassName
{
border-color: #445F5C;
}
</style>