#5B917D

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

Shades of Patina #5B917D

Tints of Patina #5B917D

Color information

#5B917D (or 0x5B917D) is unknown color: approx Patina. HEX triplet: 5B, 91 and 7D. RGB value is (91,145,125). Sum of RGB (Red+Green+Blue) = 91+145+125=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #5B917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B917D is #A46E82. Grayscale: #7E7E7E. Windows color (decimal): -10776195 or 8229211. OLE color: 8229211.

HSL color Cylindrical-coordinate representation of color #5B917D: hue angle of 157.78º 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 #5B917D is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB91145125-
CMYK0.3700.140.43
HSL157.78º22.88%46.27%-
HSV(B)157.78º37.24%56.86%-
XYZ18.1423.9623.07-
YUV126.57127.11102.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.21%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=25.21%
G=40.17%
B=34.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911451250.3700.140.43157.7822.8846.27
Hex5B917D250E2B9e172e
Octal13322117545016532362756
Binary1011011100100011111101100101011101010111001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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