Shades of Dark Slate #42524F
Tints of Dark Slate #42524F
RGB
CMYK
RGB Variations
Color information
#42524F (or 0x42524F) is known color: Dark Slate. HEX triplet: 42, 52 and 4F. RGB value is (66,82,79). Sum of RGB (Red+Green+Blue) = 66+82+79=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 82 - color contains mainly: green. Hex color #42524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42524F is #BDADB0. Grayscale: #4C4C4C. Windows color (decimal): -12430769 or 5198402. OLE color: 5198402.
HSL color Cylindrical-coordinate representation of color #42524F: hue angle of 168.75º 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 #42524F is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 79 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.68 |
| HSL | 168.75º | 0.11% | 0.29% | - |
| HSV(B) | 168.75º | 0.2% | 0.32% | - |
| XYZ | 6.68 | 7.76 | 8.54 | - |
| YUV | 76.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 79 | 0.20 | 0 | 0.04 | 0.68 | 168.75 | 0.11 | 0.29 |
| Hex | 42 | 52 | 4F | 14 | 0 | 4 | 44 | A9 | B | 1D |
| Octal | 102 | 122 | 117 | 24 | 0 | 4 | 104 | 251 | 13 | 35 |
| Binary | 1000010 | 1010010 | 1001111 | 10100 | 0 | 100 | 1000100 | 10101001 | 1011 | 11101 |
Color Harmonies of #42524F
Complementary color
Monochromatic Colors of #42524F
Black with #42524F
Text Example
Text Example
White with #42524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42524F; }
p { color: rgb(66,82,79); }
H1.HeaderClassName
{
color: #42524F;
}
.AnyTagClassName
{
color: #42524F;
}
</style>
background-color css
<style>
a { background-color: #42524F; }
a { background-color: rgb(66,82,79); }
div.DivClassName
{
background-color: #42524F;
}
.BgClassName
{
background-color: #42524F;
}
</style>
border-color css
<style>
span { border-color: #42524F; }
span { border-color: rgb(66,82,79); }
td.TdClassName
{
border-color: #42524F;
}
.TagClassName
{
border-color: #42524F;
}
</style>