Shades of Dark Slate Grey #23504F
Tints of Dark Slate Grey #23504F
RGB
CMYK
RGB Variations
Color information
#23504F (or 0x23504F) is known color: Dark Slate Grey. HEX triplet: 23, 50 and 4F. RGB value is (35,80,79). Sum of RGB (Red+Green+Blue) = 35+80+79=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #23504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23504F is #DCAFB0. Grayscale: #424242. Windows color (decimal): -14462897 or 5197859. OLE color: 5197859.
HSL color Cylindrical-coordinate representation of color #23504F: hue angle of 178.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23504F is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 80 | 79 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.69 |
| HSL | 178.67º | 0.39% | 0.23% | - |
| HSV(B) | 178.67º | 0.56% | 0.31% | - |
| XYZ | 4.97 | 6.66 | 8.42 | - |
| YUV | 66.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 79 | 0.56 | 0 | 0.01 | 0.69 | 178.67 | 0.39 | 0.23 |
| Hex | 23 | 50 | 4F | 38 | 0 | 1 | 45 | B3 | 27 | 17 |
| Octal | 43 | 120 | 117 | 70 | 0 | 1 | 105 | 263 | 47 | 27 |
| Binary | 100011 | 1010000 | 1001111 | 111000 | 0 | 1 | 1000101 | 10110011 | 100111 | 10111 |
Color Harmonies of #23504F
Complementary color
Monochromatic Colors of #23504F
Black with #23504F
Text Example
Text Example
White with #23504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23504F; }
p { color: rgb(35,80,79); }
H1.HeaderClassName
{
color: #23504F;
}
.AnyTagClassName
{
color: #23504F;
}
</style>
background-color css
<style>
a { background-color: #23504F; }
a { background-color: rgb(35,80,79); }
div.DivClassName
{
background-color: #23504F;
}
.BgClassName
{
background-color: #23504F;
}
</style>
border-color css
<style>
span { border-color: #23504F; }
span { border-color: rgb(35,80,79); }
td.TdClassName
{
border-color: #23504F;
}
.TagClassName
{
border-color: #23504F;
}
</style>