Shades of Dark Slate #425251
Tints of Dark Slate #425251
RGB
CMYK
RGB Variations
Color information
#425251 (or 0x425251) is known color: Dark Slate. HEX triplet: 42, 52 and 51. RGB value is (66,82,81). Sum of RGB (Red+Green+Blue) = 66+82+81=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 82 - color contains mainly: green. Hex color #425251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425251 is #BDADAE. Grayscale: #4D4D4D. Windows color (decimal): -12430767 or 5329474. OLE color: 5329474.
HSL color Cylindrical-coordinate representation of color #425251: hue angle of 176.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #425251 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 81 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.68 |
| HSL | 176.25º | 0.11% | 0.29% | - |
| HSV(B) | 176.25º | 0.2% | 0.32% | - |
| XYZ | 6.75 | 7.79 | 8.93 | - |
| YUV | 77.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 81 | 0.20 | 0 | 0.01 | 0.68 | 176.25 | 0.11 | 0.29 |
| Hex | 42 | 52 | 51 | 14 | 0 | 1 | 44 | B0 | B | 1D |
| Octal | 102 | 122 | 121 | 24 | 0 | 1 | 104 | 260 | 13 | 35 |
| Binary | 1000010 | 1010010 | 1010001 | 10100 | 0 | 1 | 1000100 | 10110000 | 1011 | 11101 |
Color Harmonies of #425251
Complementary color
Monochromatic Colors of #425251
Black with #425251
Text Example
Text Example
White with #425251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425251; }
p { color: rgb(66,82,81); }
H1.HeaderClassName
{
color: #425251;
}
.AnyTagClassName
{
color: #425251;
}
</style>
background-color css
<style>
a { background-color: #425251; }
a { background-color: rgb(66,82,81); }
div.DivClassName
{
background-color: #425251;
}
.BgClassName
{
background-color: #425251;
}
</style>
border-color css
<style>
span { border-color: #425251; }
span { border-color: rgb(66,82,81); }
td.TdClassName
{
border-color: #425251;
}
.TagClassName
{
border-color: #425251;
}
</style>