Shades of Dark Slate Grey #235255
Tints of Dark Slate Grey #235255
RGB
CMYK
RGB Variations
Color information
#235255 (or 0x235255) is known color: Dark Slate Grey. HEX triplet: 23, 52 and 55. RGB value is (35,82,85). Sum of RGB (Red+Green+Blue) = 35+82+85=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #235255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235255 is #DCADAA. Grayscale: #444444. Windows color (decimal): -14462379 or 5591587. OLE color: 5591587.
HSL color Cylindrical-coordinate representation of color #235255: hue angle of 183.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #235255 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 82 | 85 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.67 |
| HSL | 183.6º | 0.42% | 0.24% | - |
| HSV(B) | 183.6º | 0.59% | 0.33% | - |
| XYZ | 5.35 | 7.05 | 9.67 | - |
| YUV | 68.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 85 | 0.59 | 0.04 | 0 | 0.67 | 183.6 | 0.42 | 0.24 |
| Hex | 23 | 52 | 55 | 3B | 4 | 0 | 43 | B8 | 2A | 18 |
| Octal | 43 | 122 | 125 | 73 | 4 | 0 | 103 | 270 | 52 | 30 |
| Binary | 100011 | 1010010 | 1010101 | 111011 | 100 | 0 | 1000011 | 10111000 | 101010 | 11000 |
Color Harmonies of #235255
Complementary color
Monochromatic Colors of #235255
Black with #235255
Text Example
Text Example
White with #235255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235255; }
p { color: rgb(35,82,85); }
H1.HeaderClassName
{
color: #235255;
}
.AnyTagClassName
{
color: #235255;
}
</style>
background-color css
<style>
a { background-color: #235255; }
a { background-color: rgb(35,82,85); }
div.DivClassName
{
background-color: #235255;
}
.BgClassName
{
background-color: #235255;
}
</style>
border-color css
<style>
span { border-color: #235255; }
span { border-color: rgb(35,82,85); }
td.TdClassName
{
border-color: #235255;
}
.TagClassName
{
border-color: #235255;
}
</style>