Shades of Dark Slate Grey #2A5B59
Tints of Dark Slate Grey #2A5B59
RGB
CMYK
RGB Variations
Color information
#2A5B59 (or 0x2A5B59) is known color: Dark Slate Grey. HEX triplet: 2A, 5B and 59. RGB value is (42,91,89). Sum of RGB (Red+Green+Blue) = 42+91+89=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #2A5B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5B59 is #D5A4A6. Grayscale: #4C4C4C. Windows color (decimal): -14001319 or 5856042. OLE color: 5856042.
HSL color Cylindrical-coordinate representation of color #2A5B59: hue angle of 177.55º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A5B59 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 91 | 89 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.64 |
| HSL | 177.55º | 0.37% | 0.26% | - |
| HSV(B) | 177.55º | 0.54% | 0.36% | - |
| XYZ | 6.5 | 8.7 | 10.79 | - |
| YUV | 76.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 91 | 89 | 0.54 | 0 | 0.02 | 0.64 | 177.55 | 0.37 | 0.26 |
| Hex | 2A | 5B | 59 | 36 | 0 | 2 | 40 | B2 | 25 | 1A |
| Octal | 52 | 133 | 131 | 66 | 0 | 2 | 100 | 262 | 45 | 32 |
| Binary | 101010 | 1011011 | 1011001 | 110110 | 0 | 10 | 1000000 | 10110010 | 100101 | 11010 |
Color Harmonies of #2A5B59
Complementary color
Monochromatic Colors of #2A5B59
Black with #2A5B59
Text Example
Text Example
White with #2A5B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5B59; }
p { color: rgb(42,91,89); }
H1.HeaderClassName
{
color: #2A5B59;
}
.AnyTagClassName
{
color: #2A5B59;
}
</style>
background-color css
<style>
a { background-color: #2A5B59; }
a { background-color: rgb(42,91,89); }
div.DivClassName
{
background-color: #2A5B59;
}
.BgClassName
{
background-color: #2A5B59;
}
</style>
border-color css
<style>
span { border-color: #2A5B59; }
span { border-color: rgb(42,91,89); }
td.TdClassName
{
border-color: #2A5B59;
}
.TagClassName
{
border-color: #2A5B59;
}
</style>