#5A897F

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

Shades of Patina #5A897F

Tints of Patina #5A897F

Color information

#5A897F (or 0x5A897F) is unknown color: approx Patina. HEX triplet: 5A, 89 and 7F. RGB value is (90,137,127). Sum of RGB (Red+Green+Blue) = 90+137+127=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #5A897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A897F is #A57680. Grayscale: #797979. Windows color (decimal): -10843777 or 8358234. OLE color: 8358234.

HSL color Cylindrical-coordinate representation of color #5A897F: hue angle of 167.23º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A897F is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB90137127-
CMYK0.3400.070.46
HSL167.23º20.7%44.51%-
HSV(B)167.23º34.31%53.73%-
XYZ16.9921.623.35-
YUV121.81130.93105.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.42%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 127 (50% from 255) = 35.88%
R=25.42%
G=38.70%
B=35.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal901371270.3400.070.46167.2320.744.51
Hex5A897F22072Ea7152d
Octal1322111774207562472555
Binary101101010001001111111110001001111011101010011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,137,127); }

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

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

 a { background-color: rgb(90,137,127); }

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

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

 span { border-color: rgb(90,137,127); }

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