Shades of Dark Slate Grey #235250
Tints of Dark Slate Grey #235250
RGB
CMYK
RGB Variations
Color information
#235250 (or 0x235250) is known color: Dark Slate Grey. HEX triplet: 23, 52 and 50. RGB value is (35,82,80). Sum of RGB (Red+Green+Blue) = 35+82+80=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #235250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235250 is #DCADAF. Grayscale: #434343. Windows color (decimal): -14462384 or 5263907. OLE color: 5263907.
HSL color Cylindrical-coordinate representation of color #235250: hue angle of 177.45º 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 #235250 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 82 | 80 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.68 |
| HSL | 177.45º | 0.4% | 0.23% | - |
| HSV(B) | 177.45º | 0.57% | 0.32% | - |
| XYZ | 5.16 | 6.97 | 8.66 | - |
| YUV | 67.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 80 | 0.57 | 0 | 0.02 | 0.68 | 177.45 | 0.4 | 0.23 |
| Hex | 23 | 52 | 50 | 39 | 0 | 2 | 44 | B1 | 28 | 17 |
| Octal | 43 | 122 | 120 | 71 | 0 | 2 | 104 | 261 | 50 | 27 |
| Binary | 100011 | 1010010 | 1010000 | 111001 | 0 | 10 | 1000100 | 10110001 | 101000 | 10111 |
Color Harmonies of #235250
Complementary color
Monochromatic Colors of #235250
Black with #235250
Text Example
Text Example
White with #235250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235250; }
p { color: rgb(35,82,80); }
H1.HeaderClassName
{
color: #235250;
}
.AnyTagClassName
{
color: #235250;
}
</style>
background-color css
<style>
a { background-color: #235250; }
a { background-color: rgb(35,82,80); }
div.DivClassName
{
background-color: #235250;
}
.BgClassName
{
background-color: #235250;
}
</style>
border-color css
<style>
span { border-color: #235250; }
span { border-color: rgb(35,82,80); }
td.TdClassName
{
border-color: #235250;
}
.TagClassName
{
border-color: #235250;
}
</style>