#459D85

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

Shades of Gossamer #459D85

Tints of Gossamer #459D85

Color information

#459D85 (or 0x459D85) is unknown color: approx Gossamer. HEX triplet: 45, 9D and 85. RGB value is (69,157,133). Sum of RGB (Red+Green+Blue) = 69+157+133=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #459D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D85 is #BA627A. Grayscale: #7F7F7F. Windows color (decimal): -12214907 or 8756549. OLE color: 8756549.

HSL color Cylindrical-coordinate representation of color #459D85: hue angle of 163.64º 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 #459D85 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB69157133-
CMYK0.5600.150.38
HSL163.64º38.94%44.31%-
HSV(B)163.64º56.05%61.57%-
XYZ18.7427.0726.43-
YUV127.95130.8585.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.22%
GREEN value IS 157 (61.72% from 255) = 43.73%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=19.22%
G=43.73%
B=37.05%

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
Decimal691571330.5600.150.38163.6438.9444.31
Hex459D85380F26a4272c
Octal10523520570017462444754
Binary100010110011101100001011110000111110011010100100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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