#5A977D

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

Shades of Patina #5A977D

Tints of Patina #5A977D

Color information

#5A977D (or 0x5A977D) is unknown color: approx Patina. HEX triplet: 5A, 97 and 7D. RGB value is (90,151,125). Sum of RGB (Red+Green+Blue) = 90+151+125=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #5A977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A977D is #A56882. Grayscale: #818181. Windows color (decimal): -10840195 or 8230746. OLE color: 8230746.

HSL color Cylindrical-coordinate representation of color #5A977D: hue angle of 154.43º 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 #5A977D is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB90151125-
CMYK0.4000.170.41
HSL154.43º25.31%47.25%-
HSV(B)154.43º40.4%59.22%-
XYZ18.9825.7923.38-
YUV129.8125.2999.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.59%
GREEN value IS 151 (59.38% from 255) = 41.26%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=24.59%
G=41.26%
B=34.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal901511250.4000.170.41154.4325.3147.25
Hex5A977D28011299a192f
Octal13222717550021512323157
Binary10110101001011111111011010000100011010011001101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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