Shades of Dark Slate #445455
Tints of Dark Slate #445455
RGB
CMYK
RGB Variations
Color information
#445455 (or 0x445455) is known color: Dark Slate. HEX triplet: 44, 54 and 55. RGB value is (68,84,85). Sum of RGB (Red+Green+Blue) = 68+84+85=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 85 - color contains mainly: blue. Hex color #445455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445455 is #BBABAA. Grayscale: #4F4F4F. Windows color (decimal): -12299179 or 5592132. OLE color: 5592132.
HSL color Cylindrical-coordinate representation of color #445455: hue angle of 183.53º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #445455 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 85 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.67 |
| HSL | 183.53º | 0.11% | 0.3% | - |
| HSV(B) | 183.53º | 0.2% | 0.33% | - |
| XYZ | 7.19 | 8.23 | 9.8 | - |
| YUV | 79.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 85 | 0.20 | 0.01 | 0 | 0.67 | 183.53 | 0.11 | 0.3 |
| Hex | 44 | 54 | 55 | 14 | 1 | 0 | 43 | B8 | B | 1E |
| Octal | 104 | 124 | 125 | 24 | 1 | 0 | 103 | 270 | 13 | 36 |
| Binary | 1000100 | 1010100 | 1010101 | 10100 | 1 | 0 | 1000011 | 10111000 | 1011 | 11110 |
Color Harmonies of #445455
Complementary color
Monochromatic Colors of #445455
Black with #445455
Text Example
Text Example
White with #445455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445455; }
p { color: rgb(68,84,85); }
H1.HeaderClassName
{
color: #445455;
}
.AnyTagClassName
{
color: #445455;
}
</style>
background-color css
<style>
a { background-color: #445455; }
a { background-color: rgb(68,84,85); }
div.DivClassName
{
background-color: #445455;
}
.BgClassName
{
background-color: #445455;
}
</style>
border-color css
<style>
span { border-color: #445455; }
span { border-color: rgb(68,84,85); }
td.TdClassName
{
border-color: #445455;
}
.TagClassName
{
border-color: #445455;
}
</style>