Html Css Color HEX #459B85 Gossamer

📋 copy color: '#459B85'

red 69 ◦ green 155 ◦ blue 133

#459B85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #459B85

Tints of Gossamer #459B85

RGB

 RED value IS 69 (27.34% from 255) = 19.33%

 GREEN value IS 155 (60.94% from 255) = 43.42%

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 19.33%
G = 43.42%
B = 37.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#459B85 (or 0x459B85) is known color: Gossamer. HEX triplet: 45, 9B and 85. RGB value is (69,155,133). Sum of RGB (Red+Green+Blue) = 69+155+133=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #459B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B85 is #BA647A. Grayscale: #7E7E7E. Windows color (decimal): -12215419 or 8756037. OLE color: 8756037.

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

Color convert

RGB 69 155 133 -
CMYK 0.55 0 0.14 0.39
HSL 164.65º 0.38% 0.44% -
HSV(B) 164.65º 0.55% 0.61% -
XYZ 18.41 26.4 26.32 -
YUV 126.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 69 155 133 0.55 0 0.14 0.39 164.65 0.38 0.44
Hex 45 9B 85 37 0 E 27 A5 26 2C
Octal 105 233 205 67 0 16 47 245 46 54
Binary 1000101 10011011 10000101 110111 0 1110 100111 10100101 100110 101100

Color Harmonies of #459B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459B85

Black with #459B85

Text Example


Text Example

White with #459B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #459B85;
 }
 .AnyTagClassName
 {
   color: #459B85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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