#5A917D

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

Shades of Patina #5A917D

Tints of Patina #5A917D

Color information

#5A917D (or 0x5A917D) is unknown color: approx Patina. HEX triplet: 5A, 91 and 7D. RGB value is (90,145,125). Sum of RGB (Red+Green+Blue) = 90+145+125=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #5A917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A917D is #A56E82. Grayscale: #7E7E7E. Windows color (decimal): -10841731 or 8229210. OLE color: 8229210.

HSL color Cylindrical-coordinate representation of color #5A917D: hue angle of 158.18º 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 #5A917D is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB90145125-
CMYK0.3800.140.43
HSL158.18º23.4%46.08%-
HSV(B)158.18º37.93%56.86%-
XYZ18.0423.9123.07-
YUV126.28127.28102.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=25%
G=40.28%
B=34.72%

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
Decimal901451250.3800.140.43158.1823.446.08
Hex5A917D260E2B9e172e
Octal13222117546016532362756
Binary1011010100100011111101100110011101010111001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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