#5A9380

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

Shades of Patina #5A9380

Tints of Patina #5A9380

Color information

#5A9380 (or 0x5A9380) is unknown color: approx Patina. HEX triplet: 5A, 93 and 80. RGB value is (90,147,128). Sum of RGB (Red+Green+Blue) = 90+147+128=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9380 is #A56C7F. Grayscale: #7F7F7F. Windows color (decimal): -10841216 or 8426330. OLE color: 8426330.

HSL color Cylindrical-coordinate representation of color #5A9380: hue angle of 160º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A9380 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB90147128-
CMYK0.3900.130.42
HSL160º24.05%46.47%-
HSV(B)160º38.78%57.65%-
XYZ18.5524.624.19-
YUV127.79128.12101.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=24.66%
G=40.27%
B=35.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901471280.3900.130.4216024.0546.47
Hex5A9380270D2Aa0182e
Octal13222320047015522403056
Binary10110101001001110000000100111011011010101010000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,147,128); }

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

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

 a { background-color: rgb(90,147,128); }

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

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

 span { border-color: rgb(90,147,128); }

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