#5BA188

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

Shades of Patina #5BA188

Tints of Patina #5BA188

Color information

#5BA188 (or 0x5BA188) is unknown color: approx Patina. HEX triplet: 5B, A1 and 88. RGB value is (91,161,136). Sum of RGB (Red+Green+Blue) = 91+161+136=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA188 is #A45E77. Grayscale: #898989. Windows color (decimal): -10772088 or 8954203. OLE color: 8954203.

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

Color convert

RGB91161136-
CMYK0.4300.160.37
HSL158.57º27.78%49.41%-
HSV(B)158.57º43.48%63.14%-
XYZ21.529.4927.85-
YUV137.22127.3195.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.45%
GREEN value IS 161 (63.28% from 255) = 41.49%
BLUE value IS 136 (53.52% from 255) = 35.05%
R=23.45%
G=41.49%
B=35.05%

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
Decimal911611360.4300.160.37158.5727.7849.41
Hex5BA1882B010259f1c31
Octal13324121053020452373461
Binary101101110100001100010001010110100001001011001111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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