Shades of Dark Slate #445453
Tints of Dark Slate #445453
RGB
CMYK
RGB Variations
Color information
#445453 (or 0x445453) is known color: Dark Slate. HEX triplet: 44, 54 and 53. RGB value is (68,84,83). Sum of RGB (Red+Green+Blue) = 68+84+83=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #445453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445453 is #BBABAC. Grayscale: #4F4F4F. Windows color (decimal): -12299181 or 5461060. OLE color: 5461060.
HSL color Cylindrical-coordinate representation of color #445453: hue angle of 176.25º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #445453 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 83 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.67 |
| HSL | 176.25º | 0.11% | 0.3% | - |
| HSV(B) | 176.25º | 0.19% | 0.33% | - |
| XYZ | 7.12 | 8.19 | 9.39 | - |
| YUV | 79.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 83 | 0.19 | 0 | 0.01 | 0.67 | 176.25 | 0.11 | 0.3 |
| Hex | 44 | 54 | 53 | 13 | 0 | 1 | 43 | B0 | B | 1E |
| Octal | 104 | 124 | 123 | 23 | 0 | 1 | 103 | 260 | 13 | 36 |
| Binary | 1000100 | 1010100 | 1010011 | 10011 | 0 | 1 | 1000011 | 10110000 | 1011 | 11110 |
Color Harmonies of #445453
Complementary color
Monochromatic Colors of #445453
Black with #445453
Text Example
Text Example
White with #445453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445453; }
p { color: rgb(68,84,83); }
H1.HeaderClassName
{
color: #445453;
}
.AnyTagClassName
{
color: #445453;
}
</style>
background-color css
<style>
a { background-color: #445453; }
a { background-color: rgb(68,84,83); }
div.DivClassName
{
background-color: #445453;
}
.BgClassName
{
background-color: #445453;
}
</style>
border-color css
<style>
span { border-color: #445453; }
span { border-color: rgb(68,84,83); }
td.TdClassName
{
border-color: #445453;
}
.TagClassName
{
border-color: #445453;
}
</style>