Shades of Dark Slate #455C58
Tints of Dark Slate #455C58
RGB
CMYK
RGB Variations
Color information
#455C58 (or 0x455C58) is known color: Dark Slate. HEX triplet: 45, 5C and 58. RGB value is (69,92,88). Sum of RGB (Red+Green+Blue) = 69+92+88=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #455C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C58 is #BAA3A7. Grayscale: #545454. Windows color (decimal): -12231592 or 5790789. OLE color: 5790789.
HSL color Cylindrical-coordinate representation of color #455C58: hue angle of 169.57º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #455C58 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 88 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.64 |
| HSL | 169.57º | 0.14% | 0.32% | - |
| HSV(B) | 169.57º | 0.25% | 0.36% | - |
| XYZ | 8.04 | 9.62 | 10.67 | - |
| YUV | 84.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 88 | 0.25 | 0 | 0.04 | 0.64 | 169.57 | 0.14 | 0.32 |
| Hex | 45 | 5C | 58 | 19 | 0 | 4 | 40 | AA | E | 20 |
| Octal | 105 | 134 | 130 | 31 | 0 | 4 | 100 | 252 | 16 | 40 |
| Binary | 1000101 | 1011100 | 1011000 | 11001 | 0 | 100 | 1000000 | 10101010 | 1110 | 100000 |
Color Harmonies of #455C58
Complementary color
Monochromatic Colors of #455C58
Black with #455C58
Text Example
Text Example
White with #455C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C58; }
p { color: rgb(69,92,88); }
H1.HeaderClassName
{
color: #455C58;
}
.AnyTagClassName
{
color: #455C58;
}
</style>
background-color css
<style>
a { background-color: #455C58; }
a { background-color: rgb(69,92,88); }
div.DivClassName
{
background-color: #455C58;
}
.BgClassName
{
background-color: #455C58;
}
</style>
border-color css
<style>
span { border-color: #455C58; }
span { border-color: rgb(69,92,88); }
td.TdClassName
{
border-color: #455C58;
}
.TagClassName
{
border-color: #455C58;
}
</style>