Shades of Dark Slate Grey #2B5456
Tints of Dark Slate Grey #2B5456
RGB
CMYK
RGB Variations
Color information
#2B5456 (or 0x2B5456) is known color: Dark Slate Grey. HEX triplet: 2B, 54 and 56. RGB value is (43,84,86). Sum of RGB (Red+Green+Blue) = 43+84+86=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #2B5456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5456 is #D4ABA9. Grayscale: #474747. Windows color (decimal): -13937578 or 5657643. OLE color: 5657643.
HSL color Cylindrical-coordinate representation of color #2B5456: hue angle of 182.79º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B5456 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 84 | 86 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.66 |
| HSL | 182.79º | 0.33% | 0.25% | - |
| HSV(B) | 182.79º | 0.5% | 0.34% | - |
| XYZ | 5.85 | 7.53 | 9.95 | - |
| YUV | 71.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 86 | 0.50 | 0.02 | 0 | 0.66 | 182.79 | 0.33 | 0.25 |
| Hex | 2B | 54 | 56 | 32 | 2 | 0 | 42 | B7 | 21 | 19 |
| Octal | 53 | 124 | 126 | 62 | 2 | 0 | 102 | 267 | 41 | 31 |
| Binary | 101011 | 1010100 | 1010110 | 110010 | 10 | 0 | 1000010 | 10110111 | 100001 | 11001 |
Color Harmonies of #2B5456
Complementary color
Monochromatic Colors of #2B5456
Black with #2B5456
Text Example
Text Example
White with #2B5456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5456; }
p { color: rgb(43,84,86); }
H1.HeaderClassName
{
color: #2B5456;
}
.AnyTagClassName
{
color: #2B5456;
}
</style>
background-color css
<style>
a { background-color: #2B5456; }
a { background-color: rgb(43,84,86); }
div.DivClassName
{
background-color: #2B5456;
}
.BgClassName
{
background-color: #2B5456;
}
</style>
border-color css
<style>
span { border-color: #2B5456; }
span { border-color: rgb(43,84,86); }
td.TdClassName
{
border-color: #2B5456;
}
.TagClassName
{
border-color: #2B5456;
}
</style>