#5B9D87

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

Shades of Patina #5B9D87

Tints of Patina #5B9D87

Color information

#5B9D87 (or 0x5B9D87) is unknown color: approx Patina. HEX triplet: 5B, 9D and 87. RGB value is (91,157,135). Sum of RGB (Red+Green+Blue) = 91+157+135=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9D87 is #A46278. Grayscale: #868686. Windows color (decimal): -10773113 or 8887643. OLE color: 8887643.

HSL color Cylindrical-coordinate representation of color #5B9D87: hue angle of 160º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9D87 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB91157135-
CMYK0.4200.140.38
HSL160º26.61%48.63%-
HSV(B)160º42.04%61.57%-
XYZ20.7428.0927.25-
YUV134.76128.1396.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.76%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=23.76%
G=40.99%
B=35.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911571350.4200.140.3816026.6148.63
Hex5B9D872A0E26a01b31
Octal13323520752016462403361
Binary10110111001110110000111101010011101001101010000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,157,135); }

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

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

 a { background-color: rgb(91,157,135); }

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

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

 span { border-color: rgb(91,157,135); }

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