Shades of Dark Slate #43605D
Tints of Dark Slate #43605D
RGB
CMYK
RGB Variations
Color information
#43605D (or 0x43605D) is known color: Dark Slate. HEX triplet: 43, 60 and 5D. RGB value is (67,96,93). Sum of RGB (Red+Green+Blue) = 67+96+93=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #43605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43605D is #BC9FA2. Grayscale: #565656. Windows color (decimal): -12361635 or 6119491. OLE color: 6119491.
HSL color Cylindrical-coordinate representation of color #43605D: hue angle of 173.79º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43605D is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 96 | 93 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.62 |
| HSL | 173.79º | 0.18% | 0.32% | - |
| HSV(B) | 173.79º | 0.3% | 0.38% | - |
| XYZ | 8.47 | 10.35 | 11.91 | - |
| YUV | 86.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 93 | 0.30 | 0 | 0.03 | 0.62 | 173.79 | 0.18 | 0.32 |
| Hex | 43 | 60 | 5D | 1E | 0 | 3 | 3E | AE | 12 | 20 |
| Octal | 103 | 140 | 135 | 36 | 0 | 3 | 76 | 256 | 22 | 40 |
| Binary | 1000011 | 1100000 | 1011101 | 11110 | 0 | 11 | 111110 | 10101110 | 10010 | 100000 |
Color Harmonies of #43605D
Complementary color
Monochromatic Colors of #43605D
Black with #43605D
Text Example
Text Example
White with #43605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43605D; }
p { color: rgb(67,96,93); }
H1.HeaderClassName
{
color: #43605D;
}
.AnyTagClassName
{
color: #43605D;
}
</style>
background-color css
<style>
a { background-color: #43605D; }
a { background-color: rgb(67,96,93); }
div.DivClassName
{
background-color: #43605D;
}
.BgClassName
{
background-color: #43605D;
}
</style>
border-color css
<style>
span { border-color: #43605D; }
span { border-color: rgb(67,96,93); }
td.TdClassName
{
border-color: #43605D;
}
.TagClassName
{
border-color: #43605D;
}
</style>