Shades of Dark Slate Grey #23575D
Tints of Dark Slate Grey #23575D
RGB
CMYK
RGB Variations
Color information
#23575D (or 0x23575D) is known color: Dark Slate Grey. HEX triplet: 23, 57 and 5D. RGB value is (35,87,93). Sum of RGB (Red+Green+Blue) = 35+87+93=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #23575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23575D is #DCA8A2. Grayscale: #484848. Windows color (decimal): -14461091 or 6117155. OLE color: 6117155.
HSL color Cylindrical-coordinate representation of color #23575D: hue angle of 186.21º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23575D is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 87 | 93 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.64 |
| HSL | 186.21º | 0.45% | 0.25% | - |
| HSV(B) | 186.21º | 0.62% | 0.36% | - |
| XYZ | 6.08 | 7.96 | 11.57 | - |
| YUV | 72.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 87 | 93 | 0.62 | 0.06 | 0 | 0.64 | 186.21 | 0.45 | 0.25 |
| Hex | 23 | 57 | 5D | 3E | 6 | 0 | 40 | BA | 2D | 19 |
| Octal | 43 | 127 | 135 | 76 | 6 | 0 | 100 | 272 | 55 | 31 |
| Binary | 100011 | 1010111 | 1011101 | 111110 | 110 | 0 | 1000000 | 10111010 | 101101 | 11001 |
Color Harmonies of #23575D
Complementary color
Monochromatic Colors of #23575D
Black with #23575D
Text Example
Text Example
White with #23575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23575D; }
p { color: rgb(35,87,93); }
H1.HeaderClassName
{
color: #23575D;
}
.AnyTagClassName
{
color: #23575D;
}
</style>
background-color css
<style>
a { background-color: #23575D; }
a { background-color: rgb(35,87,93); }
div.DivClassName
{
background-color: #23575D;
}
.BgClassName
{
background-color: #23575D;
}
</style>
border-color css
<style>
span { border-color: #23575D; }
span { border-color: rgb(35,87,93); }
td.TdClassName
{
border-color: #23575D;
}
.TagClassName
{
border-color: #23575D;
}
</style>