Shades of Dark Slate #455652
Tints of Dark Slate #455652
RGB
CMYK
RGB Variations
Color information
#455652 (or 0x455652) is known color: Dark Slate. HEX triplet: 45, 56 and 52. RGB value is (69,86,82). Sum of RGB (Red+Green+Blue) = 69+86+82=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 86 - color contains mainly: green. Hex color #455652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455652 is #BAA9AD. Grayscale: #505050. Windows color (decimal): -12233134 or 5396037. OLE color: 5396037.
HSL color Cylindrical-coordinate representation of color #455652: hue angle of 165.88º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #455652 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 86 | 82 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.66 |
| HSL | 165.88º | 0.11% | 0.3% | - |
| HSV(B) | 165.88º | 0.2% | 0.34% | - |
| XYZ | 7.31 | 8.53 | 9.24 | - |
| YUV | 80.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 82 | 0.20 | 0 | 0.05 | 0.66 | 165.88 | 0.11 | 0.3 |
| Hex | 45 | 56 | 52 | 14 | 0 | 5 | 42 | A6 | B | 1E |
| Octal | 105 | 126 | 122 | 24 | 0 | 5 | 102 | 246 | 13 | 36 |
| Binary | 1000101 | 1010110 | 1010010 | 10100 | 0 | 101 | 1000010 | 10100110 | 1011 | 11110 |
Color Harmonies of #455652
Complementary color
Monochromatic Colors of #455652
Black with #455652
Text Example
Text Example
White with #455652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455652; }
p { color: rgb(69,86,82); }
H1.HeaderClassName
{
color: #455652;
}
.AnyTagClassName
{
color: #455652;
}
</style>
background-color css
<style>
a { background-color: #455652; }
a { background-color: rgb(69,86,82); }
div.DivClassName
{
background-color: #455652;
}
.BgClassName
{
background-color: #455652;
}
</style>
border-color css
<style>
span { border-color: #455652; }
span { border-color: rgb(69,86,82); }
td.TdClassName
{
border-color: #455652;
}
.TagClassName
{
border-color: #455652;
}
</style>