#459D88

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

Shades of Gossamer #459D88

Tints of Gossamer #459D88

Color information

#459D88 (or 0x459D88) is unknown color: approx Gossamer. HEX triplet: 45, 9D and 88. RGB value is (69,157,136). Sum of RGB (Red+Green+Blue) = 69+157+136=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #459D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D88 is #BA6277. Grayscale: #808080. Windows color (decimal): -12214904 or 8953157. OLE color: 8953157.

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

Color convert

RGB69157136-
CMYK0.5600.130.38
HSL165.68º38.94%44.31%-
HSV(B)165.68º56.05%61.57%-
XYZ18.9627.1627.54-
YUV128.29132.3585.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.06%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=19.06%
G=43.37%
B=37.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691571360.5600.130.38165.6838.9444.31
Hex459D88380D26a6272c
Octal10523521070015462464754
Binary100010110011101100010001110000110110011010100110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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