#5A977C

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

Shades of Patina #5A977C

Tints of Patina #5A977C

Color information

#5A977C (or 0x5A977C) is unknown color: approx Patina. HEX triplet: 5A, 97 and 7C. RGB value is (90,151,124). Sum of RGB (Red+Green+Blue) = 90+151+124=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #5A977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A977C is #A56883. Grayscale: #818181. Windows color (decimal): -10840196 or 8165210. OLE color: 8165210.

HSL color Cylindrical-coordinate representation of color #5A977C: hue angle of 153.44º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A977C is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB90151124-
CMYK0.4000.180.41
HSL153.44º25.31%47.25%-
HSV(B)153.44º40.4%59.22%-
XYZ18.9225.7623.04-
YUV129.68124.7999.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=24.66%
G=41.37%
B=33.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal901511240.4000.180.41153.4425.3147.25
Hex5A977C280122999192f
Octal13222717450022512313157
Binary10110101001011111111001010000100101010011001100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,151,124); }

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

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

 a { background-color: rgb(90,151,124); }

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

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

 span { border-color: rgb(90,151,124); }

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