#5A917F

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

Shades of Patina #5A917F

Tints of Patina #5A917F

Color information

#5A917F (or 0x5A917F) is unknown color: approx Patina. HEX triplet: 5A, 91 and 7F. RGB value is (90,145,127). Sum of RGB (Red+Green+Blue) = 90+145+127=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #5A917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A917F is #A56E80. Grayscale: #7E7E7E. Windows color (decimal): -10841729 or 8360282. OLE color: 8360282.

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

Color convert

RGB90145127-
CMYK0.3800.120.43
HSL160.36º23.4%46.08%-
HSV(B)160.36º37.93%56.86%-
XYZ18.1723.9623.74-
YUV126.5128.28101.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.86%
GREEN value IS 145 (57.03% from 255) = 40.06%
BLUE value IS 127 (50% from 255) = 35.08%
R=24.86%
G=40.06%
B=35.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal901451270.3800.120.43160.3623.446.08
Hex5A917F260C2Ba0172e
Octal13222117746014532402756
Binary1011010100100011111111100110011001010111010000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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