Shades of Salem #21805A
Tints of Salem #21805A
RGB
CMYK
RGB Variations
Color information
#21805A (or 0x21805A) is known color: Salem. HEX triplet: 21, 80 and 5A. RGB value is (33,128,90). Sum of RGB (Red+Green+Blue) = 33+128+90=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #21805A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21805A is #DE7FA5. Grayscale: #5F5F5F. Windows color (decimal): -14581670 or 5931041. OLE color: 5931041.
HSL color Cylindrical-coordinate representation of color #21805A: hue angle of 156º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21805A is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 90 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.50 |
| HSL | 156º | 0.59% | 0.32% | - |
| HSV(B) | 156º | 0.74% | 0.5% | - |
| XYZ | 10.19 | 16.5 | 12.32 | - |
| YUV | 95.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 90 | 0.74 | 0 | 0.30 | 0.50 | 156 | 0.59 | 0.32 |
| Hex | 21 | 80 | 5A | 4A | 0 | 1E | 32 | 9C | 3B | 20 |
| Octal | 41 | 200 | 132 | 112 | 0 | 36 | 62 | 234 | 73 | 40 |
| Binary | 100001 | 10000000 | 1011010 | 1001010 | 0 | 11110 | 110010 | 10011100 | 111011 | 100000 |
Color Harmonies of #21805A
Complementary color
Monochromatic Colors of #21805A
Black with #21805A
Text Example
Text Example
White with #21805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21805A; }
p { color: rgb(33,128,90); }
H1.HeaderClassName
{
color: #21805A;
}
.AnyTagClassName
{
color: #21805A;
}
</style>
background-color css
<style>
a { background-color: #21805A; }
a { background-color: rgb(33,128,90); }
div.DivClassName
{
background-color: #21805A;
}
.BgClassName
{
background-color: #21805A;
}
</style>
border-color css
<style>
span { border-color: #21805A; }
span { border-color: rgb(33,128,90); }
td.TdClassName
{
border-color: #21805A;
}
.TagClassName
{
border-color: #21805A;
}
</style>