#5BA081

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

Shades of Patina #5BA081

Tints of Patina #5BA081

Color information

#5BA081 (or 0x5BA081) is unknown color: approx Patina. HEX triplet: 5B, A0 and 81. RGB value is (91,160,129). Sum of RGB (Red+Green+Blue) = 91+160+129=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA081 is #A45F7E. Grayscale: #878787. Windows color (decimal): -10772351 or 8495195. OLE color: 8495195.

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

Color convert

RGB91160129-
CMYK0.4300.190.37
HSL153.04º27.49%49.22%-
HSV(B)153.04º43.13%62.75%-
XYZ20.8528.9525.26-
YUV135.83124.1496.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.95%
GREEN value IS 160 (62.89% from 255) = 42.11%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=23.95%
G=42.11%
B=33.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal911601290.4300.190.37153.0427.4949.22
Hex5BA0812B01325991b31
Octal13324020153023452313361
Binary101101110100000100000011010110100111001011001100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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