Shades of Dark Slate Grey #2B595A
Tints of Dark Slate Grey #2B595A
RGB
CMYK
RGB Variations
Color information
#2B595A (or 0x2B595A) is known color: Dark Slate Grey. HEX triplet: 2B, 59 and 5A. RGB value is (43,89,90). Sum of RGB (Red+Green+Blue) = 43+89+90=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B595A is #D4A6A5. Grayscale: #4B4B4B. Windows color (decimal): -13936294 or 5921067. OLE color: 5921067.
HSL color Cylindrical-coordinate representation of color #2B595A: hue angle of 181.28º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B595A is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 89 | 90 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.65 |
| HSL | 181.28º | 0.35% | 0.26% | - |
| HSV(B) | 181.28º | 0.52% | 0.35% | - |
| XYZ | 6.41 | 8.4 | 10.96 | - |
| YUV | 75.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 90 | 0.52 | 0.01 | 0 | 0.65 | 181.28 | 0.35 | 0.26 |
| Hex | 2B | 59 | 5A | 34 | 1 | 0 | 41 | B5 | 23 | 1A |
| Octal | 53 | 131 | 132 | 64 | 1 | 0 | 101 | 265 | 43 | 32 |
| Binary | 101011 | 1011001 | 1011010 | 110100 | 1 | 0 | 1000001 | 10110101 | 100011 | 11010 |
Color Harmonies of #2B595A
Complementary color
Monochromatic Colors of #2B595A
Black with #2B595A
Text Example
Text Example
White with #2B595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B595A; }
p { color: rgb(43,89,90); }
H1.HeaderClassName
{
color: #2B595A;
}
.AnyTagClassName
{
color: #2B595A;
}
</style>
background-color css
<style>
a { background-color: #2B595A; }
a { background-color: rgb(43,89,90); }
div.DivClassName
{
background-color: #2B595A;
}
.BgClassName
{
background-color: #2B595A;
}
</style>
border-color css
<style>
span { border-color: #2B595A; }
span { border-color: rgb(43,89,90); }
td.TdClassName
{
border-color: #2B595A;
}
.TagClassName
{
border-color: #2B595A;
}
</style>