Shades of Dark Slate Grey #235958
Tints of Dark Slate Grey #235958
RGB
CMYK
RGB Variations
Color information
#235958 (or 0x235958) is known color: Dark Slate Grey. HEX triplet: 23, 59 and 58. RGB value is (35,89,88). Sum of RGB (Red+Green+Blue) = 35+89+88=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #235958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235958 is #DCA6A7. Grayscale: #484848. Windows color (decimal): -14460584 or 5789987. OLE color: 5789987.
HSL color Cylindrical-coordinate representation of color #235958: hue angle of 178.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235958 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 89 | 88 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.65 |
| HSL | 178.89º | 0.44% | 0.24% | - |
| HSV(B) | 178.89º | 0.61% | 0.35% | - |
| XYZ | 6.03 | 8.21 | 10.5 | - |
| YUV | 72.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 88 | 0.61 | 0 | 0.01 | 0.65 | 178.89 | 0.44 | 0.24 |
| Hex | 23 | 59 | 58 | 3D | 0 | 1 | 41 | B3 | 2C | 18 |
| Octal | 43 | 131 | 130 | 75 | 0 | 1 | 101 | 263 | 54 | 30 |
| Binary | 100011 | 1011001 | 1011000 | 111101 | 0 | 1 | 1000001 | 10110011 | 101100 | 11000 |
Color Harmonies of #235958
Complementary color
Monochromatic Colors of #235958
Black with #235958
Text Example
Text Example
White with #235958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235958; }
p { color: rgb(35,89,88); }
H1.HeaderClassName
{
color: #235958;
}
.AnyTagClassName
{
color: #235958;
}
</style>
background-color css
<style>
a { background-color: #235958; }
a { background-color: rgb(35,89,88); }
div.DivClassName
{
background-color: #235958;
}
.BgClassName
{
background-color: #235958;
}
</style>
border-color css
<style>
span { border-color: #235958; }
span { border-color: rgb(35,89,88); }
td.TdClassName
{
border-color: #235958;
}
.TagClassName
{
border-color: #235958;
}
</style>