Shades of Dark Slate #425F5C
Tints of Dark Slate #425F5C
RGB
CMYK
RGB Variations
Color information
#425F5C (or 0x425F5C) is known color: Dark Slate. HEX triplet: 42, 5F and 5C. RGB value is (66,95,92). Sum of RGB (Red+Green+Blue) = 66+95+92=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 95 - color contains mainly: green. Hex color #425F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F5C is #BDA0A3. Grayscale: #555555. Windows color (decimal): -12427428 or 6053698. OLE color: 6053698.
HSL color Cylindrical-coordinate representation of color #425F5C: hue angle of 173.79º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425F5C is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 92 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.63 |
| HSL | 173.79º | 0.18% | 0.32% | - |
| HSV(B) | 173.79º | 0.31% | 0.37% | - |
| XYZ | 8.27 | 10.12 | 11.64 | - |
| YUV | 85.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 92 | 0.31 | 0 | 0.03 | 0.63 | 173.79 | 0.18 | 0.32 |
| Hex | 42 | 5F | 5C | 1F | 0 | 3 | 3F | AE | 12 | 20 |
| Octal | 102 | 137 | 134 | 37 | 0 | 3 | 77 | 256 | 22 | 40 |
| Binary | 1000010 | 1011111 | 1011100 | 11111 | 0 | 11 | 111111 | 10101110 | 10010 | 100000 |
Color Harmonies of #425F5C
Complementary color
Monochromatic Colors of #425F5C
Black with #425F5C
Text Example
Text Example
White with #425F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F5C; }
p { color: rgb(66,95,92); }
H1.HeaderClassName
{
color: #425F5C;
}
.AnyTagClassName
{
color: #425F5C;
}
</style>
background-color css
<style>
a { background-color: #425F5C; }
a { background-color: rgb(66,95,92); }
div.DivClassName
{
background-color: #425F5C;
}
.BgClassName
{
background-color: #425F5C;
}
</style>
border-color css
<style>
span { border-color: #425F5C; }
span { border-color: rgb(66,95,92); }
td.TdClassName
{
border-color: #425F5C;
}
.TagClassName
{
border-color: #425F5C;
}
</style>