Shades of Dark Slate Grey #2C5258
Tints of Dark Slate Grey #2C5258
RGB
CMYK
RGB Variations
Color information
#2C5258 (or 0x2C5258) is known color: Dark Slate Grey. HEX triplet: 2C, 52 and 58. RGB value is (44,82,88). Sum of RGB (Red+Green+Blue) = 44+82+88=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C5258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5258 is #D3ADA7. Grayscale: #474747. Windows color (decimal): -13872552 or 5788204. OLE color: 5788204.
HSL color Cylindrical-coordinate representation of color #2C5258: hue angle of 188.18º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C5258 is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 82 | 88 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.65 |
| HSL | 188.18º | 0.33% | 0.26% | - |
| HSV(B) | 188.18º | 0.5% | 0.35% | - |
| XYZ | 5.82 | 7.27 | 10.33 | - |
| YUV | 71.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 88 | 0.5 | 0.07 | 0 | 0.65 | 188.18 | 0.33 | 0.26 |
| Hex | 2C | 52 | 58 | 32 | 7 | 0 | 41 | BC | 21 | 1A |
| Octal | 54 | 122 | 130 | 62 | 7 | 0 | 101 | 274 | 41 | 32 |
| Binary | 101100 | 1010010 | 1011000 | 110010 | 111 | 0 | 1000001 | 10111100 | 100001 | 11010 |
Color Harmonies of #2C5258
Complementary color
Monochromatic Colors of #2C5258
Black with #2C5258
Text Example
Text Example
White with #2C5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5258; }
p { color: rgb(44,82,88); }
H1.HeaderClassName
{
color: #2C5258;
}
.AnyTagClassName
{
color: #2C5258;
}
</style>
background-color css
<style>
a { background-color: #2C5258; }
a { background-color: rgb(44,82,88); }
div.DivClassName
{
background-color: #2C5258;
}
.BgClassName
{
background-color: #2C5258;
}
</style>
border-color css
<style>
span { border-color: #2C5258; }
span { border-color: rgb(44,82,88); }
td.TdClassName
{
border-color: #2C5258;
}
.TagClassName
{
border-color: #2C5258;
}
</style>