Shades of Dark Slate Grey #2C5556
Tints of Dark Slate Grey #2C5556
RGB
CMYK
RGB Variations
Color information
#2C5556 (or 0x2C5556) is known color: Dark Slate Grey. HEX triplet: 2C, 55 and 56. RGB value is (44,85,86). Sum of RGB (Red+Green+Blue) = 44+85+86=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #2C5556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5556 is #D3AAA9. Grayscale: #484848. Windows color (decimal): -13871786 or 5657900. OLE color: 5657900.
HSL color Cylindrical-coordinate representation of color #2C5556: hue angle of 181.43º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C5556 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 85 | 86 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.66 |
| HSL | 181.43º | 0.32% | 0.25% | - |
| HSV(B) | 181.43º | 0.49% | 0.34% | - |
| XYZ | 5.97 | 7.7 | 9.98 | - |
| YUV | 72.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 85 | 86 | 0.49 | 0.01 | 0 | 0.66 | 181.43 | 0.32 | 0.25 |
| Hex | 2C | 55 | 56 | 31 | 1 | 0 | 42 | B5 | 20 | 19 |
| Octal | 54 | 125 | 126 | 61 | 1 | 0 | 102 | 265 | 40 | 31 |
| Binary | 101100 | 1010101 | 1010110 | 110001 | 1 | 0 | 1000010 | 10110101 | 100000 | 11001 |
Color Harmonies of #2C5556
Complementary color
Monochromatic Colors of #2C5556
Black with #2C5556
Text Example
Text Example
White with #2C5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5556; }
p { color: rgb(44,85,86); }
H1.HeaderClassName
{
color: #2C5556;
}
.AnyTagClassName
{
color: #2C5556;
}
</style>
background-color css
<style>
a { background-color: #2C5556; }
a { background-color: rgb(44,85,86); }
div.DivClassName
{
background-color: #2C5556;
}
.BgClassName
{
background-color: #2C5556;
}
</style>
border-color css
<style>
span { border-color: #2C5556; }
span { border-color: rgb(44,85,86); }
td.TdClassName
{
border-color: #2C5556;
}
.TagClassName
{
border-color: #2C5556;
}
</style>