#5A917C

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

Shades of Patina #5A917C

Tints of Patina #5A917C

Color information

#5A917C (or 0x5A917C) is unknown color: approx Patina. HEX triplet: 5A, 91 and 7C. RGB value is (90,145,124). Sum of RGB (Red+Green+Blue) = 90+145+124=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #5A917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A917C is #A56E83. Grayscale: #7E7E7E. Windows color (decimal): -10841732 or 8163674. OLE color: 8163674.

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

Color convert

RGB90145124-
CMYK0.3800.140.43
HSL157.09º23.4%46.08%-
HSV(B)157.09º37.93%56.86%-
XYZ17.9823.8822.73-
YUV126.16126.78102.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.07%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=25.07%
G=40.39%
B=34.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal901451240.3800.140.43157.0923.446.08
Hex5A917C260E2B9d172e
Octal13222117446016532352756
Binary1011010100100011111100100110011101010111001110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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