Shades of Dark Slate Grey #235256
Tints of Dark Slate Grey #235256
RGB
CMYK
RGB Variations
Color information
#235256 (or 0x235256) is known color: Dark Slate Grey. HEX triplet: 23, 52 and 56. RGB value is (35,82,86). Sum of RGB (Red+Green+Blue) = 35+82+86=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #235256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235256 is #DCADA9. Grayscale: #444444. Windows color (decimal): -14462378 or 5657123. OLE color: 5657123.
HSL color Cylindrical-coordinate representation of color #235256: hue angle of 184.71º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #235256 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 82 | 86 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.66 |
| HSL | 184.71º | 0.42% | 0.24% | - |
| HSV(B) | 184.71º | 0.59% | 0.34% | - |
| XYZ | 5.39 | 7.06 | 9.88 | - |
| YUV | 68.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 86 | 0.59 | 0.05 | 0 | 0.66 | 184.71 | 0.42 | 0.24 |
| Hex | 23 | 52 | 56 | 3B | 5 | 0 | 42 | B9 | 2A | 18 |
| Octal | 43 | 122 | 126 | 73 | 5 | 0 | 102 | 271 | 52 | 30 |
| Binary | 100011 | 1010010 | 1010110 | 111011 | 101 | 0 | 1000010 | 10111001 | 101010 | 11000 |
Color Harmonies of #235256
Complementary color
Monochromatic Colors of #235256
Black with #235256
Text Example
Text Example
White with #235256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235256; }
p { color: rgb(35,82,86); }
H1.HeaderClassName
{
color: #235256;
}
.AnyTagClassName
{
color: #235256;
}
</style>
background-color css
<style>
a { background-color: #235256; }
a { background-color: rgb(35,82,86); }
div.DivClassName
{
background-color: #235256;
}
.BgClassName
{
background-color: #235256;
}
</style>
border-color css
<style>
span { border-color: #235256; }
span { border-color: rgb(35,82,86); }
td.TdClassName
{
border-color: #235256;
}
.TagClassName
{
border-color: #235256;
}
</style>