#50A889

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

Shades of Gossamer #50A889

Tints of Gossamer #50A889

Color information

#50A889 (or 0x50A889) is unknown color: approx Gossamer. HEX triplet: 50, A8 and 89. RGB value is (80,168,137). Sum of RGB (Red+Green+Blue) = 80+168+137=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #50A889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A889 is #AF5776. Grayscale: #8A8A8A. Windows color (decimal): -11491191 or 9021520. OLE color: 9021520.

HSL color Cylindrical-coordinate representation of color #50A889: hue angle of 158.86º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A889 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB80168137-
CMYK0.5200.180.34
HSL158.86º35.48%48.63%-
HSV(B)158.86º52.38%65.88%-
XYZ21.8331.5228.6-
YUV138.15127.3586.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 168 (66.02% from 255) = 43.64%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=20.78%
G=43.64%
B=35.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801681370.5200.180.34158.8635.4848.63
Hex50A88934012229f2331
Octal12025021164022422374361
Binary1010000101010001000100111010001001010001010011111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A889; }

 p { color: rgb(80,168,137); }

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

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

 a { background-color: rgb(80,168,137); }

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

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

 span { border-color: rgb(80,168,137); }

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