Shades of Dark Slate Grey #23534D
Tints of Dark Slate Grey #23534D
RGB
CMYK
RGB Variations
Color information
#23534D (or 0x23534D) is known color: Dark Slate Grey. HEX triplet: 23, 53 and 4D. RGB value is (35,83,77). Sum of RGB (Red+Green+Blue) = 35+83+77=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #23534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23534D is #DCACB2. Grayscale: #434343. Windows color (decimal): -14462131 or 5067555. OLE color: 5067555.
HSL color Cylindrical-coordinate representation of color #23534D: hue angle of 172.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #23534D is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 83 | 77 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.67 |
| HSL | 172.5º | 0.41% | 0.23% | - |
| HSV(B) | 172.5º | 0.58% | 0.33% | - |
| XYZ | 5.13 | 7.08 | 8.12 | - |
| YUV | 67.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 77 | 0.58 | 0 | 0.07 | 0.67 | 172.5 | 0.41 | 0.23 |
| Hex | 23 | 53 | 4D | 3A | 0 | 7 | 43 | AC | 29 | 17 |
| Octal | 43 | 123 | 115 | 72 | 0 | 7 | 103 | 254 | 51 | 27 |
| Binary | 100011 | 1010011 | 1001101 | 111010 | 0 | 111 | 1000011 | 10101100 | 101001 | 10111 |
Color Harmonies of #23534D
Complementary color
Monochromatic Colors of #23534D
Black with #23534D
Text Example
Text Example
White with #23534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23534D; }
p { color: rgb(35,83,77); }
H1.HeaderClassName
{
color: #23534D;
}
.AnyTagClassName
{
color: #23534D;
}
</style>
background-color css
<style>
a { background-color: #23534D; }
a { background-color: rgb(35,83,77); }
div.DivClassName
{
background-color: #23534D;
}
.BgClassName
{
background-color: #23534D;
}
</style>
border-color css
<style>
span { border-color: #23534D; }
span { border-color: rgb(35,83,77); }
td.TdClassName
{
border-color: #23534D;
}
.TagClassName
{
border-color: #23534D;
}
</style>