Shades of Gossamer #359181
Tints of Gossamer #359181
RGB
CMYK
RGB Variations
Color information
#359181 (or 0x359181) is known color: Gossamer. HEX triplet: 35, 91 and 81. RGB value is (53,145,129). Sum of RGB (Red+Green+Blue) = 53+145+129=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #359181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359181 is #CA6E7E. Grayscale: #737373. Windows color (decimal): -13266559 or 8491317. OLE color: 8491317.
HSL color Cylindrical-coordinate representation of color #359181: hue angle of 169.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359181 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 145 | 129 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.43 |
| HSL | 169.57º | 0.46% | 0.39% | - |
| HSV(B) | 169.57º | 0.63% | 0.57% | - |
| XYZ | 15.56 | 22.59 | 24.31 | - |
| YUV | 115.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 145 | 129 | 0.63 | 0 | 0.11 | 0.43 | 169.57 | 0.46 | 0.39 |
| Hex | 35 | 91 | 81 | 3F | 0 | B | 2B | AA | 2E | 27 |
| Octal | 65 | 221 | 201 | 77 | 0 | 13 | 53 | 252 | 56 | 47 |
| Binary | 110101 | 10010001 | 10000001 | 111111 | 0 | 1011 | 101011 | 10101010 | 101110 | 100111 |
Color Harmonies of #359181
Complementary color
Monochromatic Colors of #359181
Black with #359181
Text Example
Text Example
White with #359181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359181; }
p { color: rgb(53,145,129); }
H1.HeaderClassName
{
color: #359181;
}
.AnyTagClassName
{
color: #359181;
}
</style>
background-color css
<style>
a { background-color: #359181; }
a { background-color: rgb(53,145,129); }
div.DivClassName
{
background-color: #359181;
}
.BgClassName
{
background-color: #359181;
}
</style>
border-color css
<style>
span { border-color: #359181; }
span { border-color: rgb(53,145,129); }
td.TdClassName
{
border-color: #359181;
}
.TagClassName
{
border-color: #359181;
}
</style>