Shades of Dark Slate Grey #2C5357
Tints of Dark Slate Grey #2C5357
RGB
CMYK
RGB Variations
Color information
#2C5357 (or 0x2C5357) is known color: Dark Slate Grey. HEX triplet: 2C, 53 and 57. RGB value is (44,83,87). Sum of RGB (Red+Green+Blue) = 44+83+87=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #2C5357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5357 is #D3ACA8. Grayscale: #474747. Windows color (decimal): -13872297 or 5722924. OLE color: 5722924.
HSL color Cylindrical-coordinate representation of color #2C5357: hue angle of 185.58º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C5357 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 83 | 87 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.66 |
| HSL | 185.58º | 0.33% | 0.26% | - |
| HSV(B) | 185.58º | 0.49% | 0.34% | - |
| XYZ | 5.85 | 7.41 | 10.14 | - |
| YUV | 71.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 87 | 0.49 | 0.05 | 0 | 0.66 | 185.58 | 0.33 | 0.26 |
| Hex | 2C | 53 | 57 | 31 | 5 | 0 | 42 | BA | 21 | 1A |
| Octal | 54 | 123 | 127 | 61 | 5 | 0 | 102 | 272 | 41 | 32 |
| Binary | 101100 | 1010011 | 1010111 | 110001 | 101 | 0 | 1000010 | 10111010 | 100001 | 11010 |
Color Harmonies of #2C5357
Complementary color
Monochromatic Colors of #2C5357
Black with #2C5357
Text Example
Text Example
White with #2C5357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5357; }
p { color: rgb(44,83,87); }
H1.HeaderClassName
{
color: #2C5357;
}
.AnyTagClassName
{
color: #2C5357;
}
</style>
background-color css
<style>
a { background-color: #2C5357; }
a { background-color: rgb(44,83,87); }
div.DivClassName
{
background-color: #2C5357;
}
.BgClassName
{
background-color: #2C5357;
}
</style>
border-color css
<style>
span { border-color: #2C5357; }
span { border-color: rgb(44,83,87); }
td.TdClassName
{
border-color: #2C5357;
}
.TagClassName
{
border-color: #2C5357;
}
</style>