Shades of Dark Slate Grey #2D545A
Tints of Dark Slate Grey #2D545A
RGB
CMYK
RGB Variations
Color information
#2D545A (or 0x2D545A) is known color: Dark Slate Grey. HEX triplet: 2D, 54 and 5A. RGB value is (45,84,90). Sum of RGB (Red+Green+Blue) = 45+84+90=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 84 (33.20% from 255 or 38.36% 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 #2D545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D545A is #D2ABA5. Grayscale: #484848. Windows color (decimal): -13806502 or 5919789. OLE color: 5919789.
HSL color Cylindrical-coordinate representation of color #2D545A: hue angle of 188º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D545A is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 84 | 90 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.65 |
| HSL | 188º | 0.33% | 0.26% | - |
| HSV(B) | 188º | 0.5% | 0.35% | - |
| XYZ | 6.1 | 7.64 | 10.83 | - |
| YUV | 73.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 90 | 0.50 | 0.07 | 0 | 0.65 | 188 | 0.33 | 0.26 |
| Hex | 2D | 54 | 5A | 32 | 7 | 0 | 41 | BC | 21 | 1A |
| Octal | 55 | 124 | 132 | 62 | 7 | 0 | 101 | 274 | 41 | 32 |
| Binary | 101101 | 1010100 | 1011010 | 110010 | 111 | 0 | 1000001 | 10111100 | 100001 | 11010 |
Color Harmonies of #2D545A
Complementary color
Monochromatic Colors of #2D545A
Black with #2D545A
Text Example
Text Example
White with #2D545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D545A; }
p { color: rgb(45,84,90); }
H1.HeaderClassName
{
color: #2D545A;
}
.AnyTagClassName
{
color: #2D545A;
}
</style>
background-color css
<style>
a { background-color: #2D545A; }
a { background-color: rgb(45,84,90); }
div.DivClassName
{
background-color: #2D545A;
}
.BgClassName
{
background-color: #2D545A;
}
</style>
border-color css
<style>
span { border-color: #2D545A; }
span { border-color: rgb(45,84,90); }
td.TdClassName
{
border-color: #2D545A;
}
.TagClassName
{
border-color: #2D545A;
}
</style>