#5AA191

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

Shades of Patina #5AA191

Tints of Patina #5AA191

Color information

#5AA191 (or 0x5AA191) is unknown color: approx Patina. HEX triplet: 5A, A1 and 91. RGB value is (90,161,145). Sum of RGB (Red+Green+Blue) = 90+161+145=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA191 is #A55E6E. Grayscale: #898989. Windows color (decimal): -10837615 or 9544026. OLE color: 9544026.

HSL color Cylindrical-coordinate representation of color #5AA191: hue angle of 166.48º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA191 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB90161145-
CMYK0.4400.100.37
HSL166.48º28.29%49.22%-
HSV(B)166.48º44.1%63.14%-
XYZ22.0729.7131.36-
YUV137.95131.9893.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.73%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 145 (57.03% from 255) = 36.62%
R=22.73%
G=40.66%
B=36.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal901611450.4400.100.37166.4828.2949.22
Hex5AA1912C0A25a61c31
Octal13224122154012452463461
Binary10110101010000110010001101100010101001011010011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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