#5B9181

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

Shades of Patina #5B9181

Tints of Patina #5B9181

Color information

#5B9181 (or 0x5B9181) is unknown color: approx Patina. HEX triplet: 5B, 91 and 81. RGB value is (91,145,129). Sum of RGB (Red+Green+Blue) = 91+145+129=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9181 is #A46E7E. Grayscale: #7F7F7F. Windows color (decimal): -10776191 or 8491355. OLE color: 8491355.

HSL color Cylindrical-coordinate representation of color #5B9181: hue angle of 162.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9181 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB91145129-
CMYK0.3700.110.43
HSL162.22º22.88%46.27%-
HSV(B)162.22º37.24%56.86%-
XYZ18.424.0624.44-
YUV127.03129.11102.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=24.93%
G=39.73%
B=35.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911451290.3700.110.43162.2222.8846.27
Hex5B9181250B2Ba2172e
Octal13322120145013532422756
Binary10110111001000110000001100101010111010111010001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,145,129); }

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

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

 a { background-color: rgb(91,145,129); }

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

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

 span { border-color: rgb(91,145,129); }

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