Shades of Gossamer #32A587
Tints of Gossamer #32A587
RGB
CMYK
RGB Variations
Color information
#32A587 (or 0x32A587) is known color: Gossamer. HEX triplet: 32, A5 and 87. RGB value is (50,165,135). Sum of RGB (Red+Green+Blue) = 50+165+135=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #32A587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A587 is #CD5A78. Grayscale: #7F7F7F. Windows color (decimal): -13458041 or 8889650. OLE color: 8889650.
HSL color Cylindrical-coordinate representation of color #32A587: hue angle of 164.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A587 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 135 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.35 |
| HSL | 164.35º | 0.53% | 0.42% | - |
| HSV(B) | 164.35º | 0.7% | 0.65% | - |
| XYZ | 19.14 | 29.34 | 27.58 | - |
| YUV | 127.2 | 132.4 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 135 | 0.70 | 0 | 0.18 | 0.35 | 164.35 | 0.53 | 0.42 |
| Hex | 32 | A5 | 87 | 46 | 0 | 12 | 23 | A4 | 35 | 2A |
| Octal | 62 | 245 | 207 | 106 | 0 | 22 | 43 | 244 | 65 | 52 |
| Binary | 110010 | 10100101 | 10000111 | 1000110 | 0 | 10010 | 100011 | 10100100 | 110101 | 101010 |
Color Harmonies of #32A587
Complementary color
Monochromatic Colors of #32A587
Black with #32A587
Text Example
Text Example
White with #32A587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A587; }
p { color: rgb(50,165,135); }
H1.HeaderClassName
{
color: #32A587;
}
.AnyTagClassName
{
color: #32A587;
}
</style>
background-color css
<style>
a { background-color: #32A587; }
a { background-color: rgb(50,165,135); }
div.DivClassName
{
background-color: #32A587;
}
.BgClassName
{
background-color: #32A587;
}
</style>
border-color css
<style>
span { border-color: #32A587; }
span { border-color: rgb(50,165,135); }
td.TdClassName
{
border-color: #32A587;
}
.TagClassName
{
border-color: #32A587;
}
</style>