#459E87

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

Shades of Gossamer #459E87

Tints of Gossamer #459E87

Color information

#459E87 (or 0x459E87) is unknown color: approx Gossamer. HEX triplet: 45, 9E and 87. RGB value is (69,158,135). Sum of RGB (Red+Green+Blue) = 69+158+135=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #459E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459E87 is #BA6178. Grayscale: #808080. Windows color (decimal): -12214649 or 8887877. OLE color: 8887877.

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

Color convert

RGB69158135-
CMYK0.5600.150.38
HSL164.49º39.21%44.51%-
HSV(B)164.49º56.33%61.96%-
XYZ19.0527.4727.22-
YUV128.77131.5185.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.06%
GREEN value IS 158 (62.11% from 255) = 43.65%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=19.06%
G=43.65%
B=37.29%

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
Decimal691581350.5600.150.38164.4939.2144.51
Hex459E87380F26a4272d
Octal10523620770017462444755
Binary100010110011110100001111110000111110011010100100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,158,135); }

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

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

 a { background-color: rgb(69,158,135); }

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

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

 span { border-color: rgb(69,158,135); }

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