#399B86

Color #399B86 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #399B86

Tints of Gossamer #399B86

Color information

#399B86 (or 0x399B86) is unknown color: approx Gossamer. HEX triplet: 39, 9B and 86. RGB value is (57,155,134). Sum of RGB (Red+Green+Blue) = 57+155+134=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #399B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B86 is #C66479. Grayscale: #7B7B7B. Windows color (decimal): -13001850 or 8821561. OLE color: 8821561.

HSL color Cylindrical-coordinate representation of color #399B86: hue angle of 167.14º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399B86 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB57155134-
CMYK0.6300.140.39
HSL167.14º46.23%41.57%-
HSV(B)167.14º63.23%60.78%-
XYZ17.7126.0326.65-
YUV123.3134.0380.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 16.47%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 134 (52.73% from 255) = 38.73%
R=16.47%
G=44.80%
B=38.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571551340.6300.140.39167.1446.2341.57
Hex399B863F0E27a72e2a
Octal7123320677016472475652
Binary11100110011011100001101111110111010011110100111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399B86; }

 p { color: rgb(57,155,134); }

 H1.HeaderClassName
 {
   color: #399B86;
 }
 .AnyTagClassName
 {
   color: #399B86;
 }
</style>
background-color css

<style>
 a { background-color: #399B86; }

 a { background-color: rgb(57,155,134); }

 div.DivClassName
 {
   background-color: #399B86;
 }
 .BgClassName
 {
   background-color: #399B86;
 }
</style>
border-color css

<style>
 span { border-color: #399B86; }

 span { border-color: rgb(57,155,134); }

 td.TdClassName
 {
   border-color: #399B86;
 }
 .TagClassName
 {
   border-color: #399B86;
 }
</style>