Shades of Dark Slate Grey #23524C
Tints of Dark Slate Grey #23524C
RGB
CMYK
RGB Variations
Color information
#23524C (or 0x23524C) is known color: Dark Slate Grey. HEX triplet: 23, 52 and 4C. RGB value is (35,82,76). Sum of RGB (Red+Green+Blue) = 35+82+76=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #23524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23524C is #DCADB3. Grayscale: #434343. Windows color (decimal): -14462388 or 5001763. OLE color: 5001763.
HSL color Cylindrical-coordinate representation of color #23524C: hue angle of 172.34º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23524C is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 82 | 76 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.68 |
| HSL | 172.34º | 0.4% | 0.23% | - |
| HSV(B) | 172.34º | 0.57% | 0.32% | - |
| XYZ | 5.01 | 6.91 | 7.91 | - |
| YUV | 67.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 76 | 0.57 | 0 | 0.07 | 0.68 | 172.34 | 0.4 | 0.23 |
| Hex | 23 | 52 | 4C | 39 | 0 | 7 | 44 | AC | 28 | 17 |
| Octal | 43 | 122 | 114 | 71 | 0 | 7 | 104 | 254 | 50 | 27 |
| Binary | 100011 | 1010010 | 1001100 | 111001 | 0 | 111 | 1000100 | 10101100 | 101000 | 10111 |
Color Harmonies of #23524C
Complementary color
Monochromatic Colors of #23524C
Black with #23524C
Text Example
Text Example
White with #23524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23524C; }
p { color: rgb(35,82,76); }
H1.HeaderClassName
{
color: #23524C;
}
.AnyTagClassName
{
color: #23524C;
}
</style>
background-color css
<style>
a { background-color: #23524C; }
a { background-color: rgb(35,82,76); }
div.DivClassName
{
background-color: #23524C;
}
.BgClassName
{
background-color: #23524C;
}
</style>
border-color css
<style>
span { border-color: #23524C; }
span { border-color: rgb(35,82,76); }
td.TdClassName
{
border-color: #23524C;
}
.TagClassName
{
border-color: #23524C;
}
</style>