#399B83

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

Shades of Gossamer #399B83

Tints of Gossamer #399B83

Color information

#399B83 (or 0x399B83) is unknown color: approx Gossamer. HEX triplet: 39, 9B and 83. RGB value is (57,155,131). Sum of RGB (Red+Green+Blue) = 57+155+131=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #399B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B83 is #C6647C. Grayscale: #7A7A7A. Windows color (decimal): -13001853 or 8624953. OLE color: 8624953.

HSL color Cylindrical-coordinate representation of color #399B83: hue angle of 165.31º 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 #399B83 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB57155131-
CMYK0.6300.150.39
HSL165.31º46.23%41.57%-
HSV(B)165.31º63.23%60.78%-
XYZ17.5125.9525.56-
YUV122.96132.5380.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.62%
GREEN value IS 155 (60.94% from 255) = 45.19%
BLUE value IS 131 (51.56% from 255) = 38.19%
R=16.62%
G=45.19%
B=38.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571551310.6300.150.39165.3146.2341.57
Hex399B833F0F27a52e2a
Octal7123320377017472455652
Binary11100110011011100000111111110111110011110100101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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