Shades of Gossamer #399885
Tints of Gossamer #399885
RGB
CMYK
RGB Variations
Color information
#399885 (or 0x399885) is known color: Gossamer. HEX triplet: 39, 98 and 85. RGB value is (57,152,133). Sum of RGB (Red+Green+Blue) = 57+152+133=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #399885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399885 is #C6677A. Grayscale: #797979. Windows color (decimal): -13002619 or 8755257. OLE color: 8755257.
HSL color Cylindrical-coordinate representation of color #399885: hue angle of 168º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399885 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 152 | 133 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.40 |
| HSL | 168º | 0.45% | 0.41% | - |
| HSV(B) | 168º | 0.63% | 0.6% | - |
| XYZ | 17.15 | 25.02 | 26.12 | - |
| YUV | 121.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 152 | 133 | 0.62 | 0 | 0.13 | 0.40 | 168 | 0.45 | 0.41 |
| Hex | 39 | 98 | 85 | 3E | 0 | D | 28 | A8 | 2D | 29 |
| Octal | 71 | 230 | 205 | 76 | 0 | 15 | 50 | 250 | 55 | 51 |
| Binary | 111001 | 10011000 | 10000101 | 111110 | 0 | 1101 | 101000 | 10101000 | 101101 | 101001 |
Color Harmonies of #399885
Complementary color
Monochromatic Colors of #399885
Black with #399885
Text Example
Text Example
White with #399885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399885; }
p { color: rgb(57,152,133); }
H1.HeaderClassName
{
color: #399885;
}
.AnyTagClassName
{
color: #399885;
}
</style>
background-color css
<style>
a { background-color: #399885; }
a { background-color: rgb(57,152,133); }
div.DivClassName
{
background-color: #399885;
}
.BgClassName
{
background-color: #399885;
}
</style>
border-color css
<style>
span { border-color: #399885; }
span { border-color: rgb(57,152,133); }
td.TdClassName
{
border-color: #399885;
}
.TagClassName
{
border-color: #399885;
}
</style>