Shades of Dark Slate Grey #235053
Tints of Dark Slate Grey #235053
RGB
CMYK
RGB Variations
Color information
#235053 (or 0x235053) is known color: Dark Slate Grey. HEX triplet: 23, 50 and 53. RGB value is (35,80,83). Sum of RGB (Red+Green+Blue) = 35+80+83=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #235053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235053 is #DCAFAC. Grayscale: #424242. Windows color (decimal): -14462893 or 5460003. OLE color: 5460003.
HSL color Cylindrical-coordinate representation of color #235053: hue angle of 183.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235053 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 80 | 83 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.67 |
| HSL | 183.75º | 0.41% | 0.23% | - |
| HSV(B) | 183.75º | 0.58% | 0.33% | - |
| XYZ | 5.12 | 6.72 | 9.21 | - |
| YUV | 66.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 83 | 0.58 | 0.04 | 0 | 0.67 | 183.75 | 0.41 | 0.23 |
| Hex | 23 | 50 | 53 | 3A | 4 | 0 | 43 | B8 | 29 | 17 |
| Octal | 43 | 120 | 123 | 72 | 4 | 0 | 103 | 270 | 51 | 27 |
| Binary | 100011 | 1010000 | 1010011 | 111010 | 100 | 0 | 1000011 | 10111000 | 101001 | 10111 |
Color Harmonies of #235053
Complementary color
Monochromatic Colors of #235053
Black with #235053
Text Example
Text Example
White with #235053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235053; }
p { color: rgb(35,80,83); }
H1.HeaderClassName
{
color: #235053;
}
.AnyTagClassName
{
color: #235053;
}
</style>
background-color css
<style>
a { background-color: #235053; }
a { background-color: rgb(35,80,83); }
div.DivClassName
{
background-color: #235053;
}
.BgClassName
{
background-color: #235053;
}
</style>
border-color css
<style>
span { border-color: #235053; }
span { border-color: rgb(35,80,83); }
td.TdClassName
{
border-color: #235053;
}
.TagClassName
{
border-color: #235053;
}
</style>