#459D86

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

Shades of Gossamer #459D86

Tints of Gossamer #459D86

Color information

#459D86 (or 0x459D86) is unknown color: approx Gossamer. HEX triplet: 45, 9D and 86. RGB value is (69,157,134). Sum of RGB (Red+Green+Blue) = 69+157+134=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #459D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D86 is #BA6279. Grayscale: #808080. Windows color (decimal): -12214906 or 8822085. OLE color: 8822085.

HSL color Cylindrical-coordinate representation of color #459D86: hue angle of 164.32º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459D86 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB69157134-
CMYK0.5600.150.38
HSL164.32º38.94%44.31%-
HSV(B)164.32º56.05%61.57%-
XYZ18.8127.126.79-
YUV128.07131.3585.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 157 (61.72% from 255) = 43.61%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=19.17%
G=43.61%
B=37.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691571340.5600.150.38164.3238.9444.31
Hex459D86380F26a4272c
Octal10523520670017462444754
Binary100010110011101100001101110000111110011010100100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459D86; }

 p { color: rgb(69,157,134); }

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

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

 a { background-color: rgb(69,157,134); }

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

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

 span { border-color: rgb(69,157,134); }

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