Shades of Dark Slate #455D5A
Tints of Dark Slate #455D5A
RGB
CMYK
RGB Variations
Color information
#455D5A (or 0x455D5A) is known color: Dark Slate. HEX triplet: 45, 5D and 5A. RGB value is (69,93,90). Sum of RGB (Red+Green+Blue) = 69+93+90=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #455D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D5A is #BAA2A5. Grayscale: #555555. Windows color (decimal): -12231334 or 5922117. OLE color: 5922117.
HSL color Cylindrical-coordinate representation of color #455D5A: hue angle of 172.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455D5A is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 90 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.64 |
| HSL | 172.5º | 0.15% | 0.32% | - |
| HSV(B) | 172.5º | 0.26% | 0.36% | - |
| XYZ | 8.21 | 9.83 | 11.14 | - |
| YUV | 85.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 90 | 0.26 | 0 | 0.03 | 0.64 | 172.5 | 0.15 | 0.32 |
| Hex | 45 | 5D | 5A | 1A | 0 | 3 | 40 | AC | F | 20 |
| Octal | 105 | 135 | 132 | 32 | 0 | 3 | 100 | 254 | 17 | 40 |
| Binary | 1000101 | 1011101 | 1011010 | 11010 | 0 | 11 | 1000000 | 10101100 | 1111 | 100000 |
Color Harmonies of #455D5A
Complementary color
Monochromatic Colors of #455D5A
Black with #455D5A
Text Example
Text Example
White with #455D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D5A; }
p { color: rgb(69,93,90); }
H1.HeaderClassName
{
color: #455D5A;
}
.AnyTagClassName
{
color: #455D5A;
}
</style>
background-color css
<style>
a { background-color: #455D5A; }
a { background-color: rgb(69,93,90); }
div.DivClassName
{
background-color: #455D5A;
}
.BgClassName
{
background-color: #455D5A;
}
</style>
border-color css
<style>
span { border-color: #455D5A; }
span { border-color: rgb(69,93,90); }
td.TdClassName
{
border-color: #455D5A;
}
.TagClassName
{
border-color: #455D5A;
}
</style>