Shades of Dark Slate Grey #2C565A
Tints of Dark Slate Grey #2C565A
RGB
CMYK
RGB Variations
Color information
#2C565A (or 0x2C565A) is known color: Dark Slate Grey. HEX triplet: 2C, 56 and 5A. RGB value is (44,86,90). Sum of RGB (Red+Green+Blue) = 44+86+90=220 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C565A is #D3A9A5. Grayscale: #494949. Windows color (decimal): -13871526 or 5920300. OLE color: 5920300.
HSL color Cylindrical-coordinate representation of color #2C565A: hue angle of 185.22º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C565A is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 86 | 90 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.65 |
| HSL | 185.22º | 0.34% | 0.26% | - |
| HSV(B) | 185.22º | 0.51% | 0.35% | - |
| XYZ | 6.21 | 7.93 | 10.88 | - |
| YUV | 73.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 90 | 0.51 | 0.04 | 0 | 0.65 | 185.22 | 0.34 | 0.26 |
| Hex | 2C | 56 | 5A | 33 | 4 | 0 | 41 | B9 | 22 | 1A |
| Octal | 54 | 126 | 132 | 63 | 4 | 0 | 101 | 271 | 42 | 32 |
| Binary | 101100 | 1010110 | 1011010 | 110011 | 100 | 0 | 1000001 | 10111001 | 100010 | 11010 |
Color Harmonies of #2C565A
Complementary color
Monochromatic Colors of #2C565A
Black with #2C565A
Text Example
Text Example
White with #2C565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C565A; }
p { color: rgb(44,86,90); }
H1.HeaderClassName
{
color: #2C565A;
}
.AnyTagClassName
{
color: #2C565A;
}
</style>
background-color css
<style>
a { background-color: #2C565A; }
a { background-color: rgb(44,86,90); }
div.DivClassName
{
background-color: #2C565A;
}
.BgClassName
{
background-color: #2C565A;
}
</style>
border-color css
<style>
span { border-color: #2C565A; }
span { border-color: rgb(44,86,90); }
td.TdClassName
{
border-color: #2C565A;
}
.TagClassName
{
border-color: #2C565A;
}
</style>