Shades of Dark Slate #455152
Tints of Dark Slate #455152
RGB
CMYK
RGB Variations
Color information
#455152 (or 0x455152) is known color: Dark Slate. HEX triplet: 45, 51 and 52. RGB value is (69,81,82). Sum of RGB (Red+Green+Blue) = 69+81+82=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 82 - color contains mainly: blue. Hex color #455152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455152 is #BAAEAD. Grayscale: #4D4D4D. Windows color (decimal): -12234414 or 5394757. OLE color: 5394757.
HSL color Cylindrical-coordinate representation of color #455152: hue angle of 184.62º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #455152 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 82 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.68 |
| HSL | 184.62º | 0.09% | 0.3% | - |
| HSV(B) | 184.62º | 0.16% | 0.32% | - |
| XYZ | 6.92 | 7.76 | 9.12 | - |
| YUV | 77.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 82 | 0.16 | 0.01 | 0 | 0.68 | 184.62 | 0.09 | 0.3 |
| Hex | 45 | 51 | 52 | 10 | 1 | 0 | 44 | B9 | 9 | 1E |
| Octal | 105 | 121 | 122 | 20 | 1 | 0 | 104 | 271 | 11 | 36 |
| Binary | 1000101 | 1010001 | 1010010 | 10000 | 1 | 0 | 1000100 | 10111001 | 1001 | 11110 |
Color Harmonies of #455152
Complementary color
Monochromatic Colors of #455152
Black with #455152
Text Example
Text Example
White with #455152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455152; }
p { color: rgb(69,81,82); }
H1.HeaderClassName
{
color: #455152;
}
.AnyTagClassName
{
color: #455152;
}
</style>
background-color css
<style>
a { background-color: #455152; }
a { background-color: rgb(69,81,82); }
div.DivClassName
{
background-color: #455152;
}
.BgClassName
{
background-color: #455152;
}
</style>
border-color css
<style>
span { border-color: #455152; }
span { border-color: rgb(69,81,82); }
td.TdClassName
{
border-color: #455152;
}
.TagClassName
{
border-color: #455152;
}
</style>