#5BA688

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

Shades of Patina #5BA688

Tints of Patina #5BA688

Color information

#5BA688 (or 0x5BA688) is unknown color: approx Patina. HEX triplet: 5B, A6 and 88. RGB value is (91,166,136). Sum of RGB (Red+Green+Blue) = 91+166+136=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA688 is #A45977. Grayscale: #8C8C8C. Windows color (decimal): -10770808 or 8955483. OLE color: 8955483.

HSL color Cylindrical-coordinate representation of color #5BA688: hue angle of 156º 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 #5BA688 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB91166136-
CMYK0.4500.180.35
HSL156º29.64%50.39%-
HSV(B)156º45.18%65.1%-
XYZ22.3931.2728.15-
YUV140.16125.6592.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.16%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=23.16%
G=42.24%
B=34.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal911661360.4500.180.3515629.6450.39
Hex5BA6882D012239c1e32
Octal13324621055022432343662
Binary101101110100110100010001011010100101000111001110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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