Shades of Dark Slate Grey #2C5055
Tints of Dark Slate Grey #2C5055
RGB
CMYK
RGB Variations
Color information
#2C5055 (or 0x2C5055) is known color: Dark Slate Grey. HEX triplet: 2C, 50 and 55. RGB value is (44,80,85). Sum of RGB (Red+Green+Blue) = 44+80+85=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #2C5055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5055 is #D3AFAA. Grayscale: #454545. Windows color (decimal): -13873067 or 5591084. OLE color: 5591084.
HSL color Cylindrical-coordinate representation of color #2C5055: hue angle of 187.32º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C5055 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 80 | 85 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.67 |
| HSL | 187.32º | 0.32% | 0.25% | - |
| HSV(B) | 187.32º | 0.48% | 0.33% | - |
| XYZ | 5.55 | 6.93 | 9.64 | - |
| YUV | 69.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 85 | 0.48 | 0.06 | 0 | 0.67 | 187.32 | 0.32 | 0.25 |
| Hex | 2C | 50 | 55 | 30 | 6 | 0 | 43 | BB | 20 | 19 |
| Octal | 54 | 120 | 125 | 60 | 6 | 0 | 103 | 273 | 40 | 31 |
| Binary | 101100 | 1010000 | 1010101 | 110000 | 110 | 0 | 1000011 | 10111011 | 100000 | 11001 |
Color Harmonies of #2C5055
Complementary color
Monochromatic Colors of #2C5055
Black with #2C5055
Text Example
Text Example
White with #2C5055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5055; }
p { color: rgb(44,80,85); }
H1.HeaderClassName
{
color: #2C5055;
}
.AnyTagClassName
{
color: #2C5055;
}
</style>
background-color css
<style>
a { background-color: #2C5055; }
a { background-color: rgb(44,80,85); }
div.DivClassName
{
background-color: #2C5055;
}
.BgClassName
{
background-color: #2C5055;
}
</style>
border-color css
<style>
span { border-color: #2C5055; }
span { border-color: rgb(44,80,85); }
td.TdClassName
{
border-color: #2C5055;
}
.TagClassName
{
border-color: #2C5055;
}
</style>