Shades of Dark Slate #455C5A
Tints of Dark Slate #455C5A
RGB
CMYK
RGB Variations
Color information
#455C5A (or 0x455C5A) is known color: Dark Slate. HEX triplet: 45, 5C and 5A. RGB value is (69,92,90). Sum of RGB (Red+Green+Blue) = 69+92+90=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #455C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C5A is #BAA3A5. Grayscale: #545454. Windows color (decimal): -12231590 or 5921861. OLE color: 5921861.
HSL color Cylindrical-coordinate representation of color #455C5A: hue angle of 174.78º 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 #455C5A is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 90 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.64 |
| HSL | 174.78º | 0.14% | 0.32% | - |
| HSV(B) | 174.78º | 0.25% | 0.36% | - |
| XYZ | 8.13 | 9.66 | 11.11 | - |
| YUV | 84.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 90 | 0.25 | 0 | 0.02 | 0.64 | 174.78 | 0.14 | 0.32 |
| Hex | 45 | 5C | 5A | 19 | 0 | 2 | 40 | AF | E | 20 |
| Octal | 105 | 134 | 132 | 31 | 0 | 2 | 100 | 257 | 16 | 40 |
| Binary | 1000101 | 1011100 | 1011010 | 11001 | 0 | 10 | 1000000 | 10101111 | 1110 | 100000 |
Color Harmonies of #455C5A
Complementary color
Monochromatic Colors of #455C5A
Black with #455C5A
Text Example
Text Example
White with #455C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C5A; }
p { color: rgb(69,92,90); }
H1.HeaderClassName
{
color: #455C5A;
}
.AnyTagClassName
{
color: #455C5A;
}
</style>
background-color css
<style>
a { background-color: #455C5A; }
a { background-color: rgb(69,92,90); }
div.DivClassName
{
background-color: #455C5A;
}
.BgClassName
{
background-color: #455C5A;
}
</style>
border-color css
<style>
span { border-color: #455C5A; }
span { border-color: rgb(69,92,90); }
td.TdClassName
{
border-color: #455C5A;
}
.TagClassName
{
border-color: #455C5A;
}
</style>