Shades of Gossamer #399888
Tints of Gossamer #399888
RGB
CMYK
RGB Variations
Color information
#399888 (or 0x399888) is known color: Gossamer. HEX triplet: 39, 98 and 88. RGB value is (57,152,136). Sum of RGB (Red+Green+Blue) = 57+152+136=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #399888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399888 is #C66777. Grayscale: #797979. Windows color (decimal): -13002616 or 8951865. OLE color: 8951865.
HSL color Cylindrical-coordinate representation of color #399888: hue angle of 169.89º 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 #399888 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 152 | 136 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.40 |
| HSL | 169.89º | 0.45% | 0.41% | - |
| HSV(B) | 169.89º | 0.63% | 0.6% | - |
| XYZ | 17.36 | 25.1 | 27.22 | - |
| YUV | 121.77 | 136.03 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 152 | 136 | 0.62 | 0 | 0.11 | 0.40 | 169.89 | 0.45 | 0.41 |
| Hex | 39 | 98 | 88 | 3E | 0 | B | 28 | AA | 2D | 29 |
| Octal | 71 | 230 | 210 | 76 | 0 | 13 | 50 | 252 | 55 | 51 |
| Binary | 111001 | 10011000 | 10001000 | 111110 | 0 | 1011 | 101000 | 10101010 | 101101 | 101001 |
Color Harmonies of #399888
Complementary color
Monochromatic Colors of #399888
Black with #399888
Text Example
Text Example
White with #399888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399888; }
p { color: rgb(57,152,136); }
H1.HeaderClassName
{
color: #399888;
}
.AnyTagClassName
{
color: #399888;
}
</style>
background-color css
<style>
a { background-color: #399888; }
a { background-color: rgb(57,152,136); }
div.DivClassName
{
background-color: #399888;
}
.BgClassName
{
background-color: #399888;
}
</style>
border-color css
<style>
span { border-color: #399888; }
span { border-color: rgb(57,152,136); }
td.TdClassName
{
border-color: #399888;
}
.TagClassName
{
border-color: #399888;
}
</style>