#5B897F

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

Shades of Patina #5B897F

Tints of Patina #5B897F

Color information

#5B897F (or 0x5B897F) is unknown color: approx Patina. HEX triplet: 5B, 89 and 7F. RGB value is (91,137,127). Sum of RGB (Red+Green+Blue) = 91+137+127=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #5B897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B897F is #A47680. Grayscale: #7A7A7A. Windows color (decimal): -10778241 or 8358235. OLE color: 8358235.

HSL color Cylindrical-coordinate representation of color #5B897F: hue angle of 166.96º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B897F is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB91137127-
CMYK0.3400.070.46
HSL166.96º20.18%44.71%-
HSV(B)166.96º33.58%53.73%-
XYZ17.0921.6523.36-
YUV122.11130.76105.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.63%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 127 (50% from 255) = 35.77%
R=25.63%
G=38.59%
B=35.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal911371270.3400.070.46166.9620.1844.71
Hex5B897F22072Ea7142d
Octal1332111774207562472455
Binary101101110001001111111110001001111011101010011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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