Shades of Dark Slate #415C5A
Tints of Dark Slate #415C5A
RGB
CMYK
RGB Variations
Color information
#415C5A (or 0x415C5A) is known color: Dark Slate. HEX triplet: 41, 5C and 5A. RGB value is (65,92,90). Sum of RGB (Red+Green+Blue) = 65+92+90=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 92 - color contains mainly: green. Hex color #415C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C5A is #BEA3A5. Grayscale: #535353. Windows color (decimal): -12493734 or 5921857. OLE color: 5921857.
HSL color Cylindrical-coordinate representation of color #415C5A: hue angle of 175.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415C5A is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 92 | 90 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.64 |
| HSL | 175.56º | 0.17% | 0.31% | - |
| HSV(B) | 175.56º | 0.29% | 0.36% | - |
| XYZ | 7.85 | 9.52 | 11.1 | - |
| YUV | 83.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 90 | 0.29 | 0 | 0.02 | 0.64 | 175.56 | 0.17 | 0.31 |
| Hex | 41 | 5C | 5A | 1D | 0 | 2 | 40 | B0 | 11 | 1F |
| Octal | 101 | 134 | 132 | 35 | 0 | 2 | 100 | 260 | 21 | 37 |
| Binary | 1000001 | 1011100 | 1011010 | 11101 | 0 | 10 | 1000000 | 10110000 | 10001 | 11111 |
Color Harmonies of #415C5A
Complementary color
Monochromatic Colors of #415C5A
Black with #415C5A
Text Example
Text Example
White with #415C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C5A; }
p { color: rgb(65,92,90); }
H1.HeaderClassName
{
color: #415C5A;
}
.AnyTagClassName
{
color: #415C5A;
}
</style>
background-color css
<style>
a { background-color: #415C5A; }
a { background-color: rgb(65,92,90); }
div.DivClassName
{
background-color: #415C5A;
}
.BgClassName
{
background-color: #415C5A;
}
</style>
border-color css
<style>
span { border-color: #415C5A; }
span { border-color: rgb(65,92,90); }
td.TdClassName
{
border-color: #415C5A;
}
.TagClassName
{
border-color: #415C5A;
}
</style>