Shades of Dark Slate Grey #2B5357
Tints of Dark Slate Grey #2B5357
RGB
CMYK
RGB Variations
Color information
#2B5357 (or 0x2B5357) is known color: Dark Slate Grey. HEX triplet: 2B, 53 and 57. RGB value is (43,83,87). Sum of RGB (Red+Green+Blue) = 43+83+87=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B5357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5357 is #D4ACA8. Grayscale: #474747. Windows color (decimal): -13937833 or 5722923. OLE color: 5722923.
HSL color Cylindrical-coordinate representation of color #2B5357: hue angle of 185.45º 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 #2B5357 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 83 | 87 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.66 |
| HSL | 185.45º | 0.34% | 0.25% | - |
| HSV(B) | 185.45º | 0.51% | 0.34% | - |
| XYZ | 5.81 | 7.39 | 10.14 | - |
| YUV | 71.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 87 | 0.51 | 0.05 | 0 | 0.66 | 185.45 | 0.34 | 0.25 |
| Hex | 2B | 53 | 57 | 33 | 5 | 0 | 42 | B9 | 22 | 19 |
| Octal | 53 | 123 | 127 | 63 | 5 | 0 | 102 | 271 | 42 | 31 |
| Binary | 101011 | 1010011 | 1010111 | 110011 | 101 | 0 | 1000010 | 10111001 | 100010 | 11001 |
Color Harmonies of #2B5357
Complementary color
Monochromatic Colors of #2B5357
Black with #2B5357
Text Example
Text Example
White with #2B5357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5357; }
p { color: rgb(43,83,87); }
H1.HeaderClassName
{
color: #2B5357;
}
.AnyTagClassName
{
color: #2B5357;
}
</style>
background-color css
<style>
a { background-color: #2B5357; }
a { background-color: rgb(43,83,87); }
div.DivClassName
{
background-color: #2B5357;
}
.BgClassName
{
background-color: #2B5357;
}
</style>
border-color css
<style>
span { border-color: #2B5357; }
span { border-color: rgb(43,83,87); }
td.TdClassName
{
border-color: #2B5357;
}
.TagClassName
{
border-color: #2B5357;
}
</style>