Shades of Dark Slate Grey #2A565C
Tints of Dark Slate Grey #2A565C
RGB
CMYK
RGB Variations
Color information
#2A565C (or 0x2A565C) is known color: Dark Slate Grey. HEX triplet: 2A, 56 and 5C. RGB value is (42,86,92). Sum of RGB (Red+Green+Blue) = 42+86+92=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A565C is #D5A9A3. Grayscale: #494949. Windows color (decimal): -14002596 or 6051370. OLE color: 6051370.
HSL color Cylindrical-coordinate representation of color #2A565C: hue angle of 187.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A565C is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 86 | 92 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.64 |
| HSL | 187.2º | 0.37% | 0.26% | - |
| HSV(B) | 187.2º | 0.54% | 0.36% | - |
| XYZ | 6.21 | 7.92 | 11.33 | - |
| YUV | 73.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 92 | 0.54 | 0.07 | 0 | 0.64 | 187.2 | 0.37 | 0.26 |
| Hex | 2A | 56 | 5C | 36 | 7 | 0 | 40 | BB | 25 | 1A |
| Octal | 52 | 126 | 134 | 66 | 7 | 0 | 100 | 273 | 45 | 32 |
| Binary | 101010 | 1010110 | 1011100 | 110110 | 111 | 0 | 1000000 | 10111011 | 100101 | 11010 |
Color Harmonies of #2A565C
Complementary color
Monochromatic Colors of #2A565C
Black with #2A565C
Text Example
Text Example
White with #2A565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A565C; }
p { color: rgb(42,86,92); }
H1.HeaderClassName
{
color: #2A565C;
}
.AnyTagClassName
{
color: #2A565C;
}
</style>
background-color css
<style>
a { background-color: #2A565C; }
a { background-color: rgb(42,86,92); }
div.DivClassName
{
background-color: #2A565C;
}
.BgClassName
{
background-color: #2A565C;
}
</style>
border-color css
<style>
span { border-color: #2A565C; }
span { border-color: rgb(42,86,92); }
td.TdClassName
{
border-color: #2A565C;
}
.TagClassName
{
border-color: #2A565C;
}
</style>