#289585

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

Shades of Gossamer #289585

Tints of Gossamer #289585

Color information

#289585 (or 0x289585) is unknown color: approx Gossamer. HEX triplet: 28, 95 and 85. RGB value is (40,149,133). Sum of RGB (Red+Green+Blue) = 40+149+133=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #289585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289585 is #D76A7A. Grayscale: #727272. Windows color (decimal): -14117499 or 8754472. OLE color: 8754472.

HSL color Cylindrical-coordinate representation of color #289585: hue angle of 171.19º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289585 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB40149133-
CMYK0.7300.110.42
HSL171.19º57.67%37.06%-
HSV(B)171.19º73.15%58.43%-
XYZ15.8623.6425.92-
YUV114.58138.3974.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.42%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=12.42%
G=46.27%
B=41.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401491330.7300.110.42171.1957.6737.06
Hex289585490B2Aab3a25
Octal50225205111013522537245
Binary101000100101011000010110010010101110101010101011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289585; }

 p { color: rgb(40,149,133); }

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

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

 a { background-color: rgb(40,149,133); }

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

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

 span { border-color: rgb(40,149,133); }

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