Shades of Dark Slate Grey #205450
Tints of Dark Slate Grey #205450
RGB
CMYK
RGB Variations
Color information
#205450 (or 0x205450) is known color: Dark Slate Grey. HEX triplet: 20, 54 and 50. RGB value is (32,84,80). Sum of RGB (Red+Green+Blue) = 32+84+80=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #205450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205450 is #DFABAF. Grayscale: #434343. Windows color (decimal): -14658480 or 5264416. OLE color: 5264416.
HSL color Cylindrical-coordinate representation of color #205450: hue angle of 175.38º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #205450 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 84 | 80 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.67 |
| HSL | 175.38º | 0.45% | 0.23% | - |
| HSV(B) | 175.38º | 0.62% | 0.33% | - |
| XYZ | 5.21 | 7.23 | 8.71 | - |
| YUV | 68 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 80 | 0.62 | 0 | 0.05 | 0.67 | 175.38 | 0.45 | 0.23 |
| Hex | 20 | 54 | 50 | 3E | 0 | 5 | 43 | AF | 2D | 17 |
| Octal | 40 | 124 | 120 | 76 | 0 | 5 | 103 | 257 | 55 | 27 |
| Binary | 100000 | 1010100 | 1010000 | 111110 | 0 | 101 | 1000011 | 10101111 | 101101 | 10111 |
Color Harmonies of #205450
Complementary color
Monochromatic Colors of #205450
Black with #205450
Text Example
Text Example
White with #205450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205450; }
p { color: rgb(32,84,80); }
H1.HeaderClassName
{
color: #205450;
}
.AnyTagClassName
{
color: #205450;
}
</style>
background-color css
<style>
a { background-color: #205450; }
a { background-color: rgb(32,84,80); }
div.DivClassName
{
background-color: #205450;
}
.BgClassName
{
background-color: #205450;
}
</style>
border-color css
<style>
span { border-color: #205450; }
span { border-color: rgb(32,84,80); }
td.TdClassName
{
border-color: #205450;
}
.TagClassName
{
border-color: #205450;
}
</style>