Shades of Gossamer #389E91
Tints of Gossamer #389E91
RGB
CMYK
RGB Variations
Color information
#389E91 (or 0x389E91) is known color: Gossamer. HEX triplet: 38, 9E and 91. RGB value is (56,158,145). Sum of RGB (Red+Green+Blue) = 56+158+145=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #389E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389E91 is #C7616E. Grayscale: #7D7D7D. Windows color (decimal): -13066607 or 9543224. OLE color: 9543224.
HSL color Cylindrical-coordinate representation of color #389E91: hue angle of 172.35º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389E91 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 158 | 145 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.38 |
| HSL | 172.35º | 0.48% | 0.42% | - |
| HSV(B) | 172.35º | 0.65% | 0.62% | - |
| XYZ | 18.97 | 27.34 | 31.07 | - |
| YUV | 126.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 145 | 0.65 | 0 | 0.08 | 0.38 | 172.35 | 0.48 | 0.42 |
| Hex | 38 | 9E | 91 | 41 | 0 | 8 | 26 | AC | 30 | 2A |
| Octal | 70 | 236 | 221 | 101 | 0 | 10 | 46 | 254 | 60 | 52 |
| Binary | 111000 | 10011110 | 10010001 | 1000001 | 0 | 1000 | 100110 | 10101100 | 110000 | 101010 |
Color Harmonies of #389E91
Complementary color
Monochromatic Colors of #389E91
Black with #389E91
Text Example
Text Example
White with #389E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389E91; }
p { color: rgb(56,158,145); }
H1.HeaderClassName
{
color: #389E91;
}
.AnyTagClassName
{
color: #389E91;
}
</style>
background-color css
<style>
a { background-color: #389E91; }
a { background-color: rgb(56,158,145); }
div.DivClassName
{
background-color: #389E91;
}
.BgClassName
{
background-color: #389E91;
}
</style>
border-color css
<style>
span { border-color: #389E91; }
span { border-color: rgb(56,158,145); }
td.TdClassName
{
border-color: #389E91;
}
.TagClassName
{
border-color: #389E91;
}
</style>