Shades of Dark Slate #415353
Tints of Dark Slate #415353
RGB
CMYK
RGB Variations
Color information
#415353 (or 0x415353) is known color: Dark Slate. HEX triplet: 41, 53 and 53. RGB value is (65,83,83). Sum of RGB (Red+Green+Blue) = 65+83+83=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #415353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415353 is #BEACAC. Grayscale: #4D4D4D. Windows color (decimal): -12496045 or 5460801. OLE color: 5460801.
HSL color Cylindrical-coordinate representation of color #415353: hue angle of 180º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #415353 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 83 | 83 | - |
| CMYK | 0.22 | 0 | 0 | 0.67 |
| HSL | 180º | 0.12% | 0.29% | - |
| HSV(B) | 180º | 0.22% | 0.33% | - |
| XYZ | 6.83 | 7.93 | 9.35 | - |
| YUV | 77.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 83 | 0.22 | 0 | 0 | 0.67 | 180 | 0.12 | 0.29 |
| Hex | 41 | 53 | 53 | 16 | 0 | 0 | 43 | B4 | C | 1D |
| Octal | 101 | 123 | 123 | 26 | 0 | 0 | 103 | 264 | 14 | 35 |
| Binary | 1000001 | 1010011 | 1010011 | 10110 | 0 | 0 | 1000011 | 10110100 | 1100 | 11101 |
Color Harmonies of #415353
Complementary color
Monochromatic Colors of #415353
Black with #415353
Text Example
Text Example
White with #415353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415353; }
p { color: rgb(65,83,83); }
H1.HeaderClassName
{
color: #415353;
}
.AnyTagClassName
{
color: #415353;
}
</style>
background-color css
<style>
a { background-color: #415353; }
a { background-color: rgb(65,83,83); }
div.DivClassName
{
background-color: #415353;
}
.BgClassName
{
background-color: #415353;
}
</style>
border-color css
<style>
span { border-color: #415353; }
span { border-color: rgb(65,83,83); }
td.TdClassName
{
border-color: #415353;
}
.TagClassName
{
border-color: #415353;
}
</style>