Shades of Dark Slate Grey #2B5659
Tints of Dark Slate Grey #2B5659
RGB
CMYK
RGB Variations
Color information
#2B5659 (or 0x2B5659) is known color: Dark Slate Grey. HEX triplet: 2B, 56 and 59. RGB value is (43,86,89). Sum of RGB (Red+Green+Blue) = 43+86+89=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5659 is #D4A9A6. Grayscale: #494949. Windows color (decimal): -13937063 or 5854763. OLE color: 5854763.
HSL color Cylindrical-coordinate representation of color #2B5659: hue angle of 183.91º 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 #2B5659 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 86 | 89 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.65 |
| HSL | 183.91º | 0.35% | 0.26% | - |
| HSV(B) | 183.91º | 0.52% | 0.35% | - |
| XYZ | 6.13 | 7.89 | 10.65 | - |
| YUV | 73.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 89 | 0.52 | 0.03 | 0 | 0.65 | 183.91 | 0.35 | 0.26 |
| Hex | 2B | 56 | 59 | 34 | 3 | 0 | 41 | B8 | 23 | 1A |
| Octal | 53 | 126 | 131 | 64 | 3 | 0 | 101 | 270 | 43 | 32 |
| Binary | 101011 | 1010110 | 1011001 | 110100 | 11 | 0 | 1000001 | 10111000 | 100011 | 11010 |
Color Harmonies of #2B5659
Complementary color
Monochromatic Colors of #2B5659
Black with #2B5659
Text Example
Text Example
White with #2B5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5659; }
p { color: rgb(43,86,89); }
H1.HeaderClassName
{
color: #2B5659;
}
.AnyTagClassName
{
color: #2B5659;
}
</style>
background-color css
<style>
a { background-color: #2B5659; }
a { background-color: rgb(43,86,89); }
div.DivClassName
{
background-color: #2B5659;
}
.BgClassName
{
background-color: #2B5659;
}
</style>
border-color css
<style>
span { border-color: #2B5659; }
span { border-color: rgb(43,86,89); }
td.TdClassName
{
border-color: #2B5659;
}
.TagClassName
{
border-color: #2B5659;
}
</style>