#5B917E

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

Shades of Patina #5B917E

Tints of Patina #5B917E

Color information

#5B917E (or 0x5B917E) is unknown color: approx Patina. HEX triplet: 5B, 91 and 7E. RGB value is (91,145,126). Sum of RGB (Red+Green+Blue) = 91+145+126=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #5B917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B917E is #A46E81. Grayscale: #7E7E7E. Windows color (decimal): -10776194 or 8294747. OLE color: 8294747.

HSL color Cylindrical-coordinate representation of color #5B917E: hue angle of 158.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B917E is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB91145126-
CMYK0.3700.130.43
HSL158.89º22.88%46.27%-
HSV(B)158.89º37.24%56.86%-
XYZ18.2123.9823.41-
YUV126.69127.61102.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.14%
GREEN value IS 145 (57.03% from 255) = 40.06%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=25.14%
G=40.06%
B=34.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911451260.3700.130.43158.8922.8846.27
Hex5B917E250D2B9f172e
Octal13322117645015532372756
Binary1011011100100011111110100101011011010111001111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,145,126); }

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

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

 a { background-color: rgb(91,145,126); }

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

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

 span { border-color: rgb(91,145,126); }

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