Shades of Dark Slate #455555
Tints of Dark Slate #455555
RGB
CMYK
RGB Variations
Color information
#455555 (or 0x455555) is known color: Dark Slate. HEX triplet: 45, 55 and 55. RGB value is (69,85,85). Sum of RGB (Red+Green+Blue) = 69+85+85=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #455555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455555 is #BAAAAA. Grayscale: #505050. Windows color (decimal): -12233387 or 5592389. OLE color: 5592389.
HSL color Cylindrical-coordinate representation of color #455555: hue angle of 180º degrees, saturation: 0.1, 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 #455555 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 85 | - |
| CMYK | 0.19 | 0 | 0 | 0.67 |
| HSL | 180º | 0.1% | 0.3% | - |
| HSV(B) | 180º | 0.19% | 0.33% | - |
| XYZ | 7.34 | 8.42 | 9.83 | - |
| YUV | 80.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 85 | 0.19 | 0 | 0 | 0.67 | 180 | 0.1 | 0.3 |
| Hex | 45 | 55 | 55 | 13 | 0 | 0 | 43 | B4 | A | 1E |
| Octal | 105 | 125 | 125 | 23 | 0 | 0 | 103 | 264 | 12 | 36 |
| Binary | 1000101 | 1010101 | 1010101 | 10011 | 0 | 0 | 1000011 | 10110100 | 1010 | 11110 |
Color Harmonies of #455555
Complementary color
Monochromatic Colors of #455555
Black with #455555
Text Example
Text Example
White with #455555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455555; }
p { color: rgb(69,85,85); }
H1.HeaderClassName
{
color: #455555;
}
.AnyTagClassName
{
color: #455555;
}
</style>
background-color css
<style>
a { background-color: #455555; }
a { background-color: rgb(69,85,85); }
div.DivClassName
{
background-color: #455555;
}
.BgClassName
{
background-color: #455555;
}
</style>
border-color css
<style>
span { border-color: #455555; }
span { border-color: rgb(69,85,85); }
td.TdClassName
{
border-color: #455555;
}
.TagClassName
{
border-color: #455555;
}
</style>