Shades of Dark Slate Grey #23565B
Tints of Dark Slate Grey #23565B
RGB
CMYK
RGB Variations
Color information
#23565B (or 0x23565B) is known color: Dark Slate Grey. HEX triplet: 23, 56 and 5B. RGB value is (35,86,91). Sum of RGB (Red+Green+Blue) = 35+86+91=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #23565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23565B is #DCA9A4. Grayscale: #474747. Windows color (decimal): -14461349 or 5985827. OLE color: 5985827.
HSL color Cylindrical-coordinate representation of color #23565B: hue angle of 185.36º degrees, saturation: 0.44, 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 #23565B is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 86 | 91 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.64 |
| HSL | 185.36º | 0.44% | 0.25% | - |
| HSV(B) | 185.36º | 0.62% | 0.36% | - |
| XYZ | 5.91 | 7.77 | 11.09 | - |
| YUV | 71.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 91 | 0.62 | 0.05 | 0 | 0.64 | 185.36 | 0.44 | 0.25 |
| Hex | 23 | 56 | 5B | 3E | 5 | 0 | 40 | B9 | 2C | 19 |
| Octal | 43 | 126 | 133 | 76 | 5 | 0 | 100 | 271 | 54 | 31 |
| Binary | 100011 | 1010110 | 1011011 | 111110 | 101 | 0 | 1000000 | 10111001 | 101100 | 11001 |
Color Harmonies of #23565B
Complementary color
Monochromatic Colors of #23565B
Black with #23565B
Text Example
Text Example
White with #23565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23565B; }
p { color: rgb(35,86,91); }
H1.HeaderClassName
{
color: #23565B;
}
.AnyTagClassName
{
color: #23565B;
}
</style>
background-color css
<style>
a { background-color: #23565B; }
a { background-color: rgb(35,86,91); }
div.DivClassName
{
background-color: #23565B;
}
.BgClassName
{
background-color: #23565B;
}
</style>
border-color css
<style>
span { border-color: #23565B; }
span { border-color: rgb(35,86,91); }
td.TdClassName
{
border-color: #23565B;
}
.TagClassName
{
border-color: #23565B;
}
</style>