#5B8D86

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

Shades of Patina #5B8D86

Tints of Patina #5B8D86

Color information

#5B8D86 (or 0x5B8D86) is unknown color: approx Patina. HEX triplet: 5B, 8D and 86. RGB value is (91,141,134). Sum of RGB (Red+Green+Blue) = 91+141+134=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 141 - color contains mainly: green. Hex color #5B8D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8D86 is #A47279. Grayscale: #7D7D7D. Windows color (decimal): -10777210 or 8818011. OLE color: 8818011.

HSL color Cylindrical-coordinate representation of color #5B8D86: hue angle of 171.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B8D86 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB91141134-
CMYK0.3500.050.45
HSL171.6º21.55%45.49%-
HSV(B)171.6º35.46%55.29%-
XYZ18.142326.04-
YUV125.25132.94103.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.86%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=24.86%
G=38.52%
B=36.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal911411340.3500.050.45171.621.5545.49
Hex5B8D8623052Dac162d
Octal1332152064305552542655
Binary1011011100011011000011010001101011011011010110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,141,134); }

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

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

 a { background-color: rgb(91,141,134); }

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

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

 span { border-color: rgb(91,141,134); }

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