#5B9579

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

Shades of Patina #5B9579

Tints of Patina #5B9579

Color information

#5B9579 (or 0x5B9579) is unknown color: approx Patina. HEX triplet: 5B, 95 and 79. RGB value is (91,149,121). Sum of RGB (Red+Green+Blue) = 91+149+121=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9579 is #A46A86. Grayscale: #808080. Windows color (decimal): -10775175 or 7968091. OLE color: 7968091.

HSL color Cylindrical-coordinate representation of color #5B9579: hue angle of 151.03º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9579 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB91149121-
CMYK0.3900.190.42
HSL151.03º24.17%47.06%-
HSV(B)151.03º38.93%58.43%-
XYZ18.5125.121.96-
YUV128.47123.78101.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.21%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=25.21%
G=41.27%
B=33.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911491210.3900.190.42151.0324.1747.06
Hex5B9579270132A97182f
Octal13322517147023522273057
Binary10110111001010111110011001110100111010101001011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,149,121); }

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

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

 a { background-color: rgb(91,149,121); }

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

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

 span { border-color: rgb(91,149,121); }

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