Shades of Dark Slate #455955
Tints of Dark Slate #455955
RGB
CMYK
RGB Variations
Color information
#455955 (or 0x455955) is known color: Dark Slate. HEX triplet: 45, 59 and 55. RGB value is (69,89,85). Sum of RGB (Red+Green+Blue) = 69+89+85=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #455955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455955 is #BAA6AA. Grayscale: #525252. Windows color (decimal): -12232363 or 5593413. OLE color: 5593413.
HSL color Cylindrical-coordinate representation of color #455955: hue angle of 168º degrees, saturation: 0.13, 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 #455955 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 85 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.65 |
| HSL | 168º | 0.13% | 0.31% | - |
| HSV(B) | 168º | 0.22% | 0.35% | - |
| XYZ | 7.67 | 9.07 | 9.94 | - |
| YUV | 82.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 85 | 0.22 | 0 | 0.04 | 0.65 | 168 | 0.13 | 0.31 |
| Hex | 45 | 59 | 55 | 16 | 0 | 4 | 41 | A8 | D | 1F |
| Octal | 105 | 131 | 125 | 26 | 0 | 4 | 101 | 250 | 15 | 37 |
| Binary | 1000101 | 1011001 | 1010101 | 10110 | 0 | 100 | 1000001 | 10101000 | 1101 | 11111 |
Color Harmonies of #455955
Complementary color
Monochromatic Colors of #455955
Black with #455955
Text Example
Text Example
White with #455955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455955; }
p { color: rgb(69,89,85); }
H1.HeaderClassName
{
color: #455955;
}
.AnyTagClassName
{
color: #455955;
}
</style>
background-color css
<style>
a { background-color: #455955; }
a { background-color: rgb(69,89,85); }
div.DivClassName
{
background-color: #455955;
}
.BgClassName
{
background-color: #455955;
}
</style>
border-color css
<style>
span { border-color: #455955; }
span { border-color: rgb(69,89,85); }
td.TdClassName
{
border-color: #455955;
}
.TagClassName
{
border-color: #455955;
}
</style>