Shades of Dark Slate Grey #235554
Tints of Dark Slate Grey #235554
RGB
CMYK
RGB Variations
Color information
#235554 (or 0x235554) is known color: Dark Slate Grey. HEX triplet: 23, 55 and 54. RGB value is (35,85,84). Sum of RGB (Red+Green+Blue) = 35+85+84=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #235554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235554 is #DCAAAB. Grayscale: #454545. Windows color (decimal): -14461612 or 5526819. OLE color: 5526819.
HSL color Cylindrical-coordinate representation of color #235554: hue angle of 178.8º 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 #235554 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 85 | 84 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.67 |
| HSL | 178.8º | 0.42% | 0.24% | - |
| HSV(B) | 178.8º | 0.59% | 0.33% | - |
| XYZ | 5.54 | 7.49 | 9.54 | - |
| YUV | 69.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 84 | 0.59 | 0 | 0.01 | 0.67 | 178.8 | 0.42 | 0.24 |
| Hex | 23 | 55 | 54 | 3B | 0 | 1 | 43 | B3 | 2A | 18 |
| Octal | 43 | 125 | 124 | 73 | 0 | 1 | 103 | 263 | 52 | 30 |
| Binary | 100011 | 1010101 | 1010100 | 111011 | 0 | 1 | 1000011 | 10110011 | 101010 | 11000 |
Color Harmonies of #235554
Complementary color
Monochromatic Colors of #235554
Black with #235554
Text Example
Text Example
White with #235554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235554; }
p { color: rgb(35,85,84); }
H1.HeaderClassName
{
color: #235554;
}
.AnyTagClassName
{
color: #235554;
}
</style>
background-color css
<style>
a { background-color: #235554; }
a { background-color: rgb(35,85,84); }
div.DivClassName
{
background-color: #235554;
}
.BgClassName
{
background-color: #235554;
}
</style>
border-color css
<style>
span { border-color: #235554; }
span { border-color: rgb(35,85,84); }
td.TdClassName
{
border-color: #235554;
}
.TagClassName
{
border-color: #235554;
}
</style>