Shades of Dark Slate Grey #2A5556
Tints of Dark Slate Grey #2A5556
RGB
CMYK
RGB Variations
Color information
#2A5556 (or 0x2A5556) is known color: Dark Slate Grey. HEX triplet: 2A, 55 and 56. RGB value is (42,85,86). Sum of RGB (Red+Green+Blue) = 42+85+86=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A5556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5556 is #D5AAA9. Grayscale: #484848. Windows color (decimal): -14002858 or 5657898. OLE color: 5657898.
HSL color Cylindrical-coordinate representation of color #2A5556: hue angle of 181.36º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A5556 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 85 | 86 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.66 |
| HSL | 181.36º | 0.34% | 0.25% | - |
| HSV(B) | 181.36º | 0.51% | 0.34% | - |
| XYZ | 5.88 | 7.66 | 9.97 | - |
| YUV | 72.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 86 | 0.51 | 0.01 | 0 | 0.66 | 181.36 | 0.34 | 0.25 |
| Hex | 2A | 55 | 56 | 33 | 1 | 0 | 42 | B5 | 22 | 19 |
| Octal | 52 | 125 | 126 | 63 | 1 | 0 | 102 | 265 | 42 | 31 |
| Binary | 101010 | 1010101 | 1010110 | 110011 | 1 | 0 | 1000010 | 10110101 | 100010 | 11001 |
Color Harmonies of #2A5556
Complementary color
Monochromatic Colors of #2A5556
Black with #2A5556
Text Example
Text Example
White with #2A5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5556; }
p { color: rgb(42,85,86); }
H1.HeaderClassName
{
color: #2A5556;
}
.AnyTagClassName
{
color: #2A5556;
}
</style>
background-color css
<style>
a { background-color: #2A5556; }
a { background-color: rgb(42,85,86); }
div.DivClassName
{
background-color: #2A5556;
}
.BgClassName
{
background-color: #2A5556;
}
</style>
border-color css
<style>
span { border-color: #2A5556; }
span { border-color: rgb(42,85,86); }
td.TdClassName
{
border-color: #2A5556;
}
.TagClassName
{
border-color: #2A5556;
}
</style>