#5BA689

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

Shades of Patina #5BA689

Tints of Patina #5BA689

Color information

#5BA689 (or 0x5BA689) is unknown color: approx Patina. HEX triplet: 5B, A6 and 89. RGB value is (91,166,137). Sum of RGB (Red+Green+Blue) = 91+166+137=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA689 is #A45976. Grayscale: #8C8C8C. Windows color (decimal): -10770807 or 9021019. OLE color: 9021019.

HSL color Cylindrical-coordinate representation of color #5BA689: hue angle of 156.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA689 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB91166137-
CMYK0.4500.170.35
HSL156.8º29.64%50.39%-
HSV(B)156.8º45.18%65.1%-
XYZ22.4731.328.52-
YUV140.27126.1592.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.10%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=23.10%
G=42.13%
B=34.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911661370.4500.170.35156.829.6450.39
Hex5BA6892D011239d1e32
Octal13324621155021432353662
Binary101101110100110100010011011010100011000111001110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,166,137); }

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

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

 a { background-color: rgb(91,166,137); }

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

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

 span { border-color: rgb(91,166,137); }

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