Shades of Gossamer #389B85
Tints of Gossamer #389B85
RGB
CMYK
RGB Variations
Color information
#389B85 (or 0x389B85) is known color: Gossamer. HEX triplet: 38, 9B and 85. RGB value is (56,155,133). Sum of RGB (Red+Green+Blue) = 56+155+133=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #389B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389B85 is #C7647A. Grayscale: #7A7A7A. Windows color (decimal): -13067387 or 8756024. OLE color: 8756024.
HSL color Cylindrical-coordinate representation of color #389B85: hue angle of 166.67º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B85 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 133 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.39 |
| HSL | 166.67º | 0.47% | 0.41% | - |
| HSV(B) | 166.67º | 0.64% | 0.61% | - |
| XYZ | 17.59 | 25.98 | 26.28 | - |
| YUV | 122.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 133 | 0.64 | 0 | 0.14 | 0.39 | 166.67 | 0.47 | 0.41 |
| Hex | 38 | 9B | 85 | 40 | 0 | E | 27 | A7 | 2F | 29 |
| Octal | 70 | 233 | 205 | 100 | 0 | 16 | 47 | 247 | 57 | 51 |
| Binary | 111000 | 10011011 | 10000101 | 1000000 | 0 | 1110 | 100111 | 10100111 | 101111 | 101001 |
Color Harmonies of #389B85
Complementary color
Monochromatic Colors of #389B85
Black with #389B85
Text Example
Text Example
White with #389B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B85; }
p { color: rgb(56,155,133); }
H1.HeaderClassName
{
color: #389B85;
}
.AnyTagClassName
{
color: #389B85;
}
</style>
background-color css
<style>
a { background-color: #389B85; }
a { background-color: rgb(56,155,133); }
div.DivClassName
{
background-color: #389B85;
}
.BgClassName
{
background-color: #389B85;
}
</style>
border-color css
<style>
span { border-color: #389B85; }
span { border-color: rgb(56,155,133); }
td.TdClassName
{
border-color: #389B85;
}
.TagClassName
{
border-color: #389B85;
}
</style>