Shades of Gossamer #35927B
Tints of Gossamer #35927B
RGB
CMYK
RGB Variations
Color information
#35927B (or 0x35927B) is known color: Gossamer. HEX triplet: 35, 92 and 7B. RGB value is (53,146,123). Sum of RGB (Red+Green+Blue) = 53+146+123=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #35927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35927B is #CA6D84. Grayscale: #737373. Windows color (decimal): -13266309 or 8098357. OLE color: 8098357.
HSL color Cylindrical-coordinate representation of color #35927B: hue angle of 165.16º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35927B is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 146 | 123 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.43 |
| HSL | 165.16º | 0.47% | 0.39% | - |
| HSV(B) | 165.16º | 0.64% | 0.57% | - |
| XYZ | 15.32 | 22.74 | 22.32 | - |
| YUV | 115.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 123 | 0.64 | 0 | 0.16 | 0.43 | 165.16 | 0.47 | 0.39 |
| Hex | 35 | 92 | 7B | 40 | 0 | 10 | 2B | A5 | 2F | 27 |
| Octal | 65 | 222 | 173 | 100 | 0 | 20 | 53 | 245 | 57 | 47 |
| Binary | 110101 | 10010010 | 1111011 | 1000000 | 0 | 10000 | 101011 | 10100101 | 101111 | 100111 |
Color Harmonies of #35927B
Complementary color
Monochromatic Colors of #35927B
Black with #35927B
Text Example
Text Example
White with #35927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35927B; }
p { color: rgb(53,146,123); }
H1.HeaderClassName
{
color: #35927B;
}
.AnyTagClassName
{
color: #35927B;
}
</style>
background-color css
<style>
a { background-color: #35927B; }
a { background-color: rgb(53,146,123); }
div.DivClassName
{
background-color: #35927B;
}
.BgClassName
{
background-color: #35927B;
}
</style>
border-color css
<style>
span { border-color: #35927B; }
span { border-color: rgb(53,146,123); }
td.TdClassName
{
border-color: #35927B;
}
.TagClassName
{
border-color: #35927B;
}
</style>