Shades of Dark Slate Grey #2B565A
Tints of Dark Slate Grey #2B565A
RGB
CMYK
RGB Variations
Color information
#2B565A (or 0x2B565A) is known color: Dark Slate Grey. HEX triplet: 2B, 56 and 5A. RGB value is (43,86,90). Sum of RGB (Red+Green+Blue) = 43+86+90=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B565A is #D4A9A5. Grayscale: #494949. Windows color (decimal): -13937062 or 5920299. OLE color: 5920299.
HSL color Cylindrical-coordinate representation of color #2B565A: hue angle of 185.11º 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 #2B565A is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 86 | 90 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.65 |
| HSL | 185.11º | 0.35% | 0.26% | - |
| HSV(B) | 185.11º | 0.52% | 0.35% | - |
| XYZ | 6.17 | 7.91 | 10.87 | - |
| YUV | 73.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 90 | 0.52 | 0.04 | 0 | 0.65 | 185.11 | 0.35 | 0.26 |
| Hex | 2B | 56 | 5A | 34 | 4 | 0 | 41 | B9 | 23 | 1A |
| Octal | 53 | 126 | 132 | 64 | 4 | 0 | 101 | 271 | 43 | 32 |
| Binary | 101011 | 1010110 | 1011010 | 110100 | 100 | 0 | 1000001 | 10111001 | 100011 | 11010 |
Color Harmonies of #2B565A
Complementary color
Monochromatic Colors of #2B565A
Black with #2B565A
Text Example
Text Example
White with #2B565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B565A; }
p { color: rgb(43,86,90); }
H1.HeaderClassName
{
color: #2B565A;
}
.AnyTagClassName
{
color: #2B565A;
}
</style>
background-color css
<style>
a { background-color: #2B565A; }
a { background-color: rgb(43,86,90); }
div.DivClassName
{
background-color: #2B565A;
}
.BgClassName
{
background-color: #2B565A;
}
</style>
border-color css
<style>
span { border-color: #2B565A; }
span { border-color: rgb(43,86,90); }
td.TdClassName
{
border-color: #2B565A;
}
.TagClassName
{
border-color: #2B565A;
}
</style>