#5BA187

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

Shades of Patina #5BA187

Tints of Patina #5BA187

Color information

#5BA187 (or 0x5BA187) is unknown color: approx Patina. HEX triplet: 5B, A1 and 87. RGB value is (91,161,135). Sum of RGB (Red+Green+Blue) = 91+161+135=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA187 is #A45E78. Grayscale: #898989. Windows color (decimal): -10772089 or 8888667. OLE color: 8888667.

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

Color convert

RGB91161135-
CMYK0.4300.160.37
HSL157.71º27.78%49.41%-
HSV(B)157.71º43.48%63.14%-
XYZ21.4329.4627.48-
YUV137.11126.8195.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.51%
GREEN value IS 161 (63.28% from 255) = 41.60%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=23.51%
G=41.60%
B=34.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal911611350.4300.160.37157.7127.7849.41
Hex5BA1872B010259e1c31
Octal13324120753020452363461
Binary101101110100001100001111010110100001001011001111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,161,135); }

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

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

 a { background-color: rgb(91,161,135); }

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

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

 span { border-color: rgb(91,161,135); }

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