Shades of Dark Slate Grey #23555A
Tints of Dark Slate Grey #23555A
RGB
CMYK
RGB Variations
Color information
#23555A (or 0x23555A) is known color: Dark Slate Grey. HEX triplet: 23, 55 and 5A. RGB value is (35,85,90). Sum of RGB (Red+Green+Blue) = 35+85+90=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #23555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23555A is #DCAAA5. Grayscale: #464646. Windows color (decimal): -14461606 or 5920035. OLE color: 5920035.
HSL color Cylindrical-coordinate representation of color #23555A: hue angle of 185.45º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23555A is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 85 | 90 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.65 |
| HSL | 185.45º | 0.44% | 0.25% | - |
| HSV(B) | 185.45º | 0.61% | 0.35% | - |
| XYZ | 5.79 | 7.59 | 10.83 | - |
| YUV | 70.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 90 | 0.61 | 0.06 | 0 | 0.65 | 185.45 | 0.44 | 0.25 |
| Hex | 23 | 55 | 5A | 3D | 6 | 0 | 41 | B9 | 2C | 19 |
| Octal | 43 | 125 | 132 | 75 | 6 | 0 | 101 | 271 | 54 | 31 |
| Binary | 100011 | 1010101 | 1011010 | 111101 | 110 | 0 | 1000001 | 10111001 | 101100 | 11001 |
Color Harmonies of #23555A
Complementary color
Monochromatic Colors of #23555A
Black with #23555A
Text Example
Text Example
White with #23555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23555A; }
p { color: rgb(35,85,90); }
H1.HeaderClassName
{
color: #23555A;
}
.AnyTagClassName
{
color: #23555A;
}
</style>
background-color css
<style>
a { background-color: #23555A; }
a { background-color: rgb(35,85,90); }
div.DivClassName
{
background-color: #23555A;
}
.BgClassName
{
background-color: #23555A;
}
</style>
border-color css
<style>
span { border-color: #23555A; }
span { border-color: rgb(35,85,90); }
td.TdClassName
{
border-color: #23555A;
}
.TagClassName
{
border-color: #23555A;
}
</style>