Shades of Dark Slate #415553
Tints of Dark Slate #415553
RGB
CMYK
RGB Variations
Color information
#415553 (or 0x415553) is known color: Dark Slate. HEX triplet: 41, 55 and 53. RGB value is (65,85,83). Sum of RGB (Red+Green+Blue) = 65+85+83=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #415553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415553 is #BEAAAC. Grayscale: #4E4E4E. Windows color (decimal): -12495533 or 5461313. OLE color: 5461313.
HSL color Cylindrical-coordinate representation of color #415553: hue angle of 174º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415553 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 83 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.67 |
| HSL | 174º | 0.13% | 0.29% | - |
| HSV(B) | 174º | 0.24% | 0.33% | - |
| XYZ | 6.99 | 8.25 | 9.41 | - |
| YUV | 78.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 83 | 0.24 | 0 | 0.02 | 0.67 | 174 | 0.13 | 0.29 |
| Hex | 41 | 55 | 53 | 18 | 0 | 2 | 43 | AE | D | 1D |
| Octal | 101 | 125 | 123 | 30 | 0 | 2 | 103 | 256 | 15 | 35 |
| Binary | 1000001 | 1010101 | 1010011 | 11000 | 0 | 10 | 1000011 | 10101110 | 1101 | 11101 |
Color Harmonies of #415553
Complementary color
Monochromatic Colors of #415553
Black with #415553
Text Example
Text Example
White with #415553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415553; }
p { color: rgb(65,85,83); }
H1.HeaderClassName
{
color: #415553;
}
.AnyTagClassName
{
color: #415553;
}
</style>
background-color css
<style>
a { background-color: #415553; }
a { background-color: rgb(65,85,83); }
div.DivClassName
{
background-color: #415553;
}
.BgClassName
{
background-color: #415553;
}
</style>
border-color css
<style>
span { border-color: #415553; }
span { border-color: rgb(65,85,83); }
td.TdClassName
{
border-color: #415553;
}
.TagClassName
{
border-color: #415553;
}
</style>