Shades of Elm #208580
Tints of Elm #208580
RGB
CMYK
RGB Variations
Color information
#208580 (or 0x208580) is known color: Elm. HEX triplet: 20, 85 and 80. RGB value is (32,133,128). Sum of RGB (Red+Green+Blue) = 32+133+128=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #208580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208580 is #DF7A7F. Grayscale: #666666. Windows color (decimal): -14645888 or 8422688. OLE color: 8422688.
HSL color Cylindrical-coordinate representation of color #208580: hue angle of 177.03º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208580 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 128 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.48 |
| HSL | 177.03º | 0.61% | 0.32% | - |
| HSV(B) | 177.03º | 0.76% | 0.52% | - |
| XYZ | 12.88 | 18.64 | 23.34 | - |
| YUV | 102.23 | 142.54 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 128 | 0.76 | 0 | 0.04 | 0.48 | 177.03 | 0.61 | 0.32 |
| Hex | 20 | 85 | 80 | 4C | 0 | 4 | 30 | B1 | 3D | 20 |
| Octal | 40 | 205 | 200 | 114 | 0 | 4 | 60 | 261 | 75 | 40 |
| Binary | 100000 | 10000101 | 10000000 | 1001100 | 0 | 100 | 110000 | 10110001 | 111101 | 100000 |
Color Harmonies of #208580
Complementary color
Monochromatic Colors of #208580
Black with #208580
Text Example
Text Example
White with #208580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208580; }
p { color: rgb(32,133,128); }
H1.HeaderClassName
{
color: #208580;
}
.AnyTagClassName
{
color: #208580;
}
</style>
background-color css
<style>
a { background-color: #208580; }
a { background-color: rgb(32,133,128); }
div.DivClassName
{
background-color: #208580;
}
.BgClassName
{
background-color: #208580;
}
</style>
border-color css
<style>
span { border-color: #208580; }
span { border-color: rgb(32,133,128); }
td.TdClassName
{
border-color: #208580;
}
.TagClassName
{
border-color: #208580;
}
</style>