Shades of Dark Slate Grey #235050
Tints of Dark Slate Grey #235050
RGB
CMYK
RGB Variations
Color information
#235050 (or 0x235050) is known color: Dark Slate Grey. HEX triplet: 23, 50 and 50. RGB value is (35,80,80). Sum of RGB (Red+Green+Blue) = 35+80+80=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #235050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235050 is #DCAFAF. Grayscale: #424242. Windows color (decimal): -14462896 or 5263395. OLE color: 5263395.
HSL color Cylindrical-coordinate representation of color #235050: hue angle of 180º 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 #235050 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 80 | 80 | - |
| CMYK | 0.56 | 0 | 0 | 0.69 |
| HSL | 180º | 0.39% | 0.23% | - |
| HSV(B) | 180º | 0.56% | 0.31% | - |
| XYZ | 5.01 | 6.67 | 8.61 | - |
| YUV | 66.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 80 | 0.56 | 0 | 0 | 0.69 | 180 | 0.39 | 0.23 |
| Hex | 23 | 50 | 50 | 38 | 0 | 0 | 45 | B4 | 27 | 17 |
| Octal | 43 | 120 | 120 | 70 | 0 | 0 | 105 | 264 | 47 | 27 |
| Binary | 100011 | 1010000 | 1010000 | 111000 | 0 | 0 | 1000101 | 10110100 | 100111 | 10111 |
Color Harmonies of #235050
Complementary color
Monochromatic Colors of #235050
Black with #235050
Text Example
Text Example
White with #235050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235050; }
p { color: rgb(35,80,80); }
H1.HeaderClassName
{
color: #235050;
}
.AnyTagClassName
{
color: #235050;
}
</style>
background-color css
<style>
a { background-color: #235050; }
a { background-color: rgb(35,80,80); }
div.DivClassName
{
background-color: #235050;
}
.BgClassName
{
background-color: #235050;
}
</style>
border-color css
<style>
span { border-color: #235050; }
span { border-color: rgb(35,80,80); }
td.TdClassName
{
border-color: #235050;
}
.TagClassName
{
border-color: #235050;
}
</style>