Shades of Dark Slate Grey #2A5553
Tints of Dark Slate Grey #2A5553
RGB
CMYK
RGB Variations
Color information
#2A5553 (or 0x2A5553) is known color: Dark Slate Grey. HEX triplet: 2A, 55 and 53. RGB value is (42,85,83). Sum of RGB (Red+Green+Blue) = 42+85+83=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #2A5553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5553 is #D5AAAC. Grayscale: #474747. Windows color (decimal): -14002861 or 5461290. OLE color: 5461290.
HSL color Cylindrical-coordinate representation of color #2A5553: hue angle of 177.21º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A5553 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 85 | 83 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.67 |
| HSL | 177.21º | 0.34% | 0.25% | - |
| HSV(B) | 177.21º | 0.51% | 0.33% | - |
| XYZ | 5.76 | 7.61 | 9.35 | - |
| YUV | 71.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 83 | 0.51 | 0 | 0.02 | 0.67 | 177.21 | 0.34 | 0.25 |
| Hex | 2A | 55 | 53 | 33 | 0 | 2 | 43 | B1 | 22 | 19 |
| Octal | 52 | 125 | 123 | 63 | 0 | 2 | 103 | 261 | 42 | 31 |
| Binary | 101010 | 1010101 | 1010011 | 110011 | 0 | 10 | 1000011 | 10110001 | 100010 | 11001 |
Color Harmonies of #2A5553
Complementary color
Monochromatic Colors of #2A5553
Black with #2A5553
Text Example
Text Example
White with #2A5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5553; }
p { color: rgb(42,85,83); }
H1.HeaderClassName
{
color: #2A5553;
}
.AnyTagClassName
{
color: #2A5553;
}
</style>
background-color css
<style>
a { background-color: #2A5553; }
a { background-color: rgb(42,85,83); }
div.DivClassName
{
background-color: #2A5553;
}
.BgClassName
{
background-color: #2A5553;
}
</style>
border-color css
<style>
span { border-color: #2A5553; }
span { border-color: rgb(42,85,83); }
td.TdClassName
{
border-color: #2A5553;
}
.TagClassName
{
border-color: #2A5553;
}
</style>