#399989

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

Shades of Gossamer #399989

Tints of Gossamer #399989

Color information

#399989 (or 0x399989) is unknown color: approx Gossamer. HEX triplet: 39, 99 and 89. RGB value is (57,153,137). Sum of RGB (Red+Green+Blue) = 57+153+137=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #399989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399989 is #C66676. Grayscale: #7A7A7A. Windows color (decimal): -13002359 or 9017657. OLE color: 9017657.

HSL color Cylindrical-coordinate representation of color #399989: hue angle of 170º 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 #399989 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB57153137-
CMYK0.6300.100.4
HSL170º45.71%41.18%-
HSV(B)170º62.75%60%-
XYZ17.5925.4627.65-
YUV122.47136.281.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.43%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=16.43%
G=44.09%
B=39.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531370.6300.100.417045.7141.18
Hex3999893F0A28aa2e29
Octal7123121177012502525651
Binary11100110011001100010011111110101010100010101010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399989; }

 p { color: rgb(57,153,137); }

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

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

 a { background-color: rgb(57,153,137); }

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

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

 span { border-color: rgb(57,153,137); }

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