#5A9D87

Color #5A9D87 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5A9D87

Tints of Patina #5A9D87

Color information

#5A9D87 (or 0x5A9D87) is unknown color: approx Patina. HEX triplet: 5A, 9D and 87. RGB value is (90,157,135). Sum of RGB (Red+Green+Blue) = 90+157+135=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9D87 is #A56278. Grayscale: #868686. Windows color (decimal): -10838649 or 8887642. OLE color: 8887642.

HSL color Cylindrical-coordinate representation of color #5A9D87: hue angle of 160.3º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9D87 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB90157135-
CMYK0.4300.140.38
HSL160.3º27.13%48.43%-
HSV(B)160.3º42.68%61.57%-
XYZ20.6528.0427.25-
YUV134.46128.396.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.56%
GREEN value IS 157 (61.72% from 255) = 41.10%
BLUE value IS 135 (53.12% from 255) = 35.34%
R=23.56%
G=41.10%
B=35.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901571350.4300.140.38160.327.1348.43
Hex5A9D872B0E26a01b30
Octal13223520753016462403360
Binary10110101001110110000111101011011101001101010000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A9D87; }

 p { color: rgb(90,157,135); }

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

<style>
 a { background-color: #5A9D87; }

 a { background-color: rgb(90,157,135); }

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

<style>
 span { border-color: #5A9D87; }

 span { border-color: rgb(90,157,135); }

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