Shades of Dark Slate #455856
Tints of Dark Slate #455856
RGB
CMYK
RGB Variations
Color information
#455856 (or 0x455856) is known color: Dark Slate. HEX triplet: 45, 58 and 56. RGB value is (69,88,86). Sum of RGB (Red+Green+Blue) = 69+88+86=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #455856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455856 is #BAA7A9. Grayscale: #525252. Windows color (decimal): -12232618 or 5658693. OLE color: 5658693.
HSL color Cylindrical-coordinate representation of color #455856: hue angle of 173.68º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455856 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 88 | 86 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.65 |
| HSL | 173.68º | 0.12% | 0.31% | - |
| HSV(B) | 173.68º | 0.22% | 0.35% | - |
| XYZ | 7.62 | 8.92 | 10.12 | - |
| YUV | 82.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 86 | 0.22 | 0 | 0.02 | 0.65 | 173.68 | 0.12 | 0.31 |
| Hex | 45 | 58 | 56 | 16 | 0 | 2 | 41 | AE | C | 1F |
| Octal | 105 | 130 | 126 | 26 | 0 | 2 | 101 | 256 | 14 | 37 |
| Binary | 1000101 | 1011000 | 1010110 | 10110 | 0 | 10 | 1000001 | 10101110 | 1100 | 11111 |
Color Harmonies of #455856
Complementary color
Monochromatic Colors of #455856
Black with #455856
Text Example
Text Example
White with #455856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455856; }
p { color: rgb(69,88,86); }
H1.HeaderClassName
{
color: #455856;
}
.AnyTagClassName
{
color: #455856;
}
</style>
background-color css
<style>
a { background-color: #455856; }
a { background-color: rgb(69,88,86); }
div.DivClassName
{
background-color: #455856;
}
.BgClassName
{
background-color: #455856;
}
</style>
border-color css
<style>
span { border-color: #455856; }
span { border-color: rgb(69,88,86); }
td.TdClassName
{
border-color: #455856;
}
.TagClassName
{
border-color: #455856;
}
</style>