Shades of Dark Slate #425853
Tints of Dark Slate #425853
RGB
CMYK
RGB Variations
Color information
#425853 (or 0x425853) is known color: Dark Slate. HEX triplet: 42, 58 and 53. RGB value is (66,88,83). Sum of RGB (Red+Green+Blue) = 66+88+83=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #425853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425853 is #BDA7AC. Grayscale: #505050. Windows color (decimal): -12429229 or 5462082. OLE color: 5462082.
HSL color Cylindrical-coordinate representation of color #425853: hue angle of 166.36º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425853 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 83 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.65 |
| HSL | 166.36º | 0.14% | 0.3% | - |
| HSV(B) | 166.36º | 0.25% | 0.35% | - |
| XYZ | 7.3 | 8.76 | 9.49 | - |
| YUV | 80.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 83 | 0.25 | 0 | 0.06 | 0.65 | 166.36 | 0.14 | 0.3 |
| Hex | 42 | 58 | 53 | 19 | 0 | 6 | 41 | A6 | E | 1E |
| Octal | 102 | 130 | 123 | 31 | 0 | 6 | 101 | 246 | 16 | 36 |
| Binary | 1000010 | 1011000 | 1010011 | 11001 | 0 | 110 | 1000001 | 10100110 | 1110 | 11110 |
Color Harmonies of #425853
Complementary color
Monochromatic Colors of #425853
Black with #425853
Text Example
Text Example
White with #425853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425853; }
p { color: rgb(66,88,83); }
H1.HeaderClassName
{
color: #425853;
}
.AnyTagClassName
{
color: #425853;
}
</style>
background-color css
<style>
a { background-color: #425853; }
a { background-color: rgb(66,88,83); }
div.DivClassName
{
background-color: #425853;
}
.BgClassName
{
background-color: #425853;
}
</style>
border-color css
<style>
span { border-color: #425853; }
span { border-color: rgb(66,88,83); }
td.TdClassName
{
border-color: #425853;
}
.TagClassName
{
border-color: #425853;
}
</style>