#5B9B8E

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

Shades of Patina #5B9B8E

Tints of Patina #5B9B8E

Color information

#5B9B8E (or 0x5B9B8E) is unknown color: approx Patina. HEX triplet: 5B, 9B and 8E. RGB value is (91,155,142). Sum of RGB (Red+Green+Blue) = 91+155+142=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9B8E is #A46471. Grayscale: #868686. Windows color (decimal): -10773618 or 9345883. OLE color: 9345883.

HSL color Cylindrical-coordinate representation of color #5B9B8E: hue angle of 167.81º 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 #5B9B8E is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB91155142-
CMYK0.4100.080.39
HSL167.81º26.02%48.24%-
HSV(B)167.81º41.29%60.78%-
XYZ20.9227.6229.82-
YUV134.38132.397.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.45%
GREEN value IS 155 (60.94% from 255) = 39.95%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=23.45%
G=39.95%
B=36.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal911551420.4100.080.39167.8126.0248.24
Hex5B9B8E290827a81a30
Octal13323321651010472503260
Binary10110111001101110001110101001010001001111010100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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