#5B9B86

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

Shades of Patina #5B9B86

Tints of Patina #5B9B86

Color information

#5B9B86 (or 0x5B9B86) is unknown color: approx Patina. HEX triplet: 5B, 9B and 86. RGB value is (91,155,134). Sum of RGB (Red+Green+Blue) = 91+155+134=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9B86 is #A46479. Grayscale: #858585. Windows color (decimal): -10773626 or 8821595. OLE color: 8821595.

HSL color Cylindrical-coordinate representation of color #5B9B86: hue angle of 160.31º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9B86 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB91155134-
CMYK0.4100.140.39
HSL160.31º26.02%48.24%-
HSV(B)160.31º41.29%60.78%-
XYZ20.3427.3926.77-
YUV133.47128.397.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.95%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=23.95%
G=40.79%
B=35.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal911551340.4100.140.39160.3126.0248.24
Hex5B9B86290E27a01a30
Octal13323320651016472403260
Binary10110111001101110000110101001011101001111010000011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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