Shades of Gossamer #389983
Tints of Gossamer #389983
RGB
CMYK
RGB Variations
Color information
#389983 (or 0x389983) is known color: Gossamer. HEX triplet: 38, 99 and 83. RGB value is (56,153,131). Sum of RGB (Red+Green+Blue) = 56+153+131=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #389983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389983 is #C7667C. Grayscale: #797979. Windows color (decimal): -13067901 or 8624440. OLE color: 8624440.
HSL color Cylindrical-coordinate representation of color #389983: hue angle of 166.39º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389983 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 131 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.4 |
| HSL | 166.39º | 0.46% | 0.41% | - |
| HSV(B) | 166.39º | 0.63% | 0.6% | - |
| XYZ | 17.12 | 25.26 | 25.45 | - |
| YUV | 121.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 131 | 0.63 | 0 | 0.14 | 0.4 | 166.39 | 0.46 | 0.41 |
| Hex | 38 | 99 | 83 | 3F | 0 | E | 28 | A6 | 2E | 29 |
| Octal | 70 | 231 | 203 | 77 | 0 | 16 | 50 | 246 | 56 | 51 |
| Binary | 111000 | 10011001 | 10000011 | 111111 | 0 | 1110 | 101000 | 10100110 | 101110 | 101001 |
Color Harmonies of #389983
Complementary color
Monochromatic Colors of #389983
Black with #389983
Text Example
Text Example
White with #389983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389983; }
p { color: rgb(56,153,131); }
H1.HeaderClassName
{
color: #389983;
}
.AnyTagClassName
{
color: #389983;
}
</style>
background-color css
<style>
a { background-color: #389983; }
a { background-color: rgb(56,153,131); }
div.DivClassName
{
background-color: #389983;
}
.BgClassName
{
background-color: #389983;
}
</style>
border-color css
<style>
span { border-color: #389983; }
span { border-color: rgb(56,153,131); }
td.TdClassName
{
border-color: #389983;
}
.TagClassName
{
border-color: #389983;
}
</style>