Shades of Dark Slate #41605C
Tints of Dark Slate #41605C
RGB
CMYK
RGB Variations
Color information
#41605C (or 0x41605C) is known color: Dark Slate. HEX triplet: 41, 60 and 5C. RGB value is (65,96,92). Sum of RGB (Red+Green+Blue) = 65+96+92=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #41605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41605C is #BE9FA3. Grayscale: #565656. Windows color (decimal): -12492708 or 6053953. OLE color: 6053953.
HSL color Cylindrical-coordinate representation of color #41605C: hue angle of 172.26º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41605C is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 92 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.62 |
| HSL | 172.26º | 0.19% | 0.32% | - |
| HSV(B) | 172.26º | 0.32% | 0.38% | - |
| XYZ | 8.29 | 10.26 | 11.67 | - |
| YUV | 86.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 92 | 0.32 | 0 | 0.04 | 0.62 | 172.26 | 0.19 | 0.32 |
| Hex | 41 | 60 | 5C | 20 | 0 | 4 | 3E | AC | 13 | 20 |
| Octal | 101 | 140 | 134 | 40 | 0 | 4 | 76 | 254 | 23 | 40 |
| Binary | 1000001 | 1100000 | 1011100 | 100000 | 0 | 100 | 111110 | 10101100 | 10011 | 100000 |
Color Harmonies of #41605C
Complementary color
Monochromatic Colors of #41605C
Black with #41605C
Text Example
Text Example
White with #41605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41605C; }
p { color: rgb(65,96,92); }
H1.HeaderClassName
{
color: #41605C;
}
.AnyTagClassName
{
color: #41605C;
}
</style>
background-color css
<style>
a { background-color: #41605C; }
a { background-color: rgb(65,96,92); }
div.DivClassName
{
background-color: #41605C;
}
.BgClassName
{
background-color: #41605C;
}
</style>
border-color css
<style>
span { border-color: #41605C; }
span { border-color: rgb(65,96,92); }
td.TdClassName
{
border-color: #41605C;
}
.TagClassName
{
border-color: #41605C;
}
</style>