#5AA586

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

Shades of Patina #5AA586

Tints of Patina #5AA586

Color information

#5AA586 (or 0x5AA586) is unknown color: approx Patina. HEX triplet: 5A, A5 and 86. RGB value is (90,165,134). Sum of RGB (Red+Green+Blue) = 90+165+134=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA586 is #A55A79. Grayscale: #8B8B8B. Windows color (decimal): -10836602 or 8824154. OLE color: 8824154.

HSL color Cylindrical-coordinate representation of color #5AA586: hue angle of 155.2º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA586 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB90165134-
CMYK0.4500.190.35
HSL155.2º29.41%50%-
HSV(B)155.2º45.45%64.71%-
XYZ21.9730.8127.34-
YUV139.04125.1593.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.14%
GREEN value IS 165 (64.84% from 255) = 42.42%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=23.14%
G=42.42%
B=34.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901651340.4500.190.35155.229.4150
Hex5AA5862D013239b1d32
Octal13224520655023432333562
Binary101101010100101100001101011010100111000111001101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,165,134); }

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

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

 a { background-color: rgb(90,165,134); }

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

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

 span { border-color: rgb(90,165,134); }

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