Shades of Dark Slate #455451
Tints of Dark Slate #455451
RGB
CMYK
RGB Variations
Color information
#455451 (or 0x455451) is known color: Dark Slate. HEX triplet: 45, 54 and 51. RGB value is (69,84,81). Sum of RGB (Red+Green+Blue) = 69+84+81=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #455451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455451 is #BAABAE. Grayscale: #4F4F4F. Windows color (decimal): -12233647 or 5329989. OLE color: 5329989.
HSL color Cylindrical-coordinate representation of color #455451: hue angle of 168º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #455451 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 81 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.67 |
| HSL | 168º | 0.1% | 0.3% | - |
| HSV(B) | 168º | 0.18% | 0.33% | - |
| XYZ | 7.11 | 8.2 | 8.99 | - |
| YUV | 79.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 81 | 0.18 | 0 | 0.04 | 0.67 | 168 | 0.1 | 0.3 |
| Hex | 45 | 54 | 51 | 12 | 0 | 4 | 43 | A8 | A | 1E |
| Octal | 105 | 124 | 121 | 22 | 0 | 4 | 103 | 250 | 12 | 36 |
| Binary | 1000101 | 1010100 | 1010001 | 10010 | 0 | 100 | 1000011 | 10101000 | 1010 | 11110 |
Color Harmonies of #455451
Complementary color
Monochromatic Colors of #455451
Black with #455451
Text Example
Text Example
White with #455451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455451; }
p { color: rgb(69,84,81); }
H1.HeaderClassName
{
color: #455451;
}
.AnyTagClassName
{
color: #455451;
}
</style>
background-color css
<style>
a { background-color: #455451; }
a { background-color: rgb(69,84,81); }
div.DivClassName
{
background-color: #455451;
}
.BgClassName
{
background-color: #455451;
}
</style>
border-color css
<style>
span { border-color: #455451; }
span { border-color: rgb(69,84,81); }
td.TdClassName
{
border-color: #455451;
}
.TagClassName
{
border-color: #455451;
}
</style>