Shades of Dark Slate #425555
Tints of Dark Slate #425555
RGB
CMYK
RGB Variations
Color information
#425555 (or 0x425555) is known color: Dark Slate. HEX triplet: 42, 55 and 55. RGB value is (66,85,85). Sum of RGB (Red+Green+Blue) = 66+85+85=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #425555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425555 is #BDAAAA. Grayscale: #4F4F4F. Windows color (decimal): -12429995 or 5592386. OLE color: 5592386.
HSL color Cylindrical-coordinate representation of color #425555: hue angle of 180º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #425555 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 85 | 85 | - |
| CMYK | 0.22 | 0 | 0 | 0.67 |
| HSL | 180º | 0.13% | 0.3% | - |
| HSV(B) | 180º | 0.22% | 0.33% | - |
| XYZ | 7.13 | 8.31 | 9.82 | - |
| YUV | 79.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 85 | 0.22 | 0 | 0 | 0.67 | 180 | 0.13 | 0.3 |
| Hex | 42 | 55 | 55 | 16 | 0 | 0 | 43 | B4 | D | 1E |
| Octal | 102 | 125 | 125 | 26 | 0 | 0 | 103 | 264 | 15 | 36 |
| Binary | 1000010 | 1010101 | 1010101 | 10110 | 0 | 0 | 1000011 | 10110100 | 1101 | 11110 |
Color Harmonies of #425555
Complementary color
Monochromatic Colors of #425555
Black with #425555
Text Example
Text Example
White with #425555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425555; }
p { color: rgb(66,85,85); }
H1.HeaderClassName
{
color: #425555;
}
.AnyTagClassName
{
color: #425555;
}
</style>
background-color css
<style>
a { background-color: #425555; }
a { background-color: rgb(66,85,85); }
div.DivClassName
{
background-color: #425555;
}
.BgClassName
{
background-color: #425555;
}
</style>
border-color css
<style>
span { border-color: #425555; }
span { border-color: rgb(66,85,85); }
td.TdClassName
{
border-color: #425555;
}
.TagClassName
{
border-color: #425555;
}
</style>