#5B917B

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

Shades of Patina #5B917B

Tints of Patina #5B917B

Color information

#5B917B (or 0x5B917B) is unknown color: approx Patina. HEX triplet: 5B, 91 and 7B. RGB value is (91,145,123). Sum of RGB (Red+Green+Blue) = 91+145+123=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #5B917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B917B is #A46E84. Grayscale: #7E7E7E. Windows color (decimal): -10776197 or 8098139. OLE color: 8098139.

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

Color convert

RGB91145123-
CMYK0.3700.150.43
HSL155.56º22.88%46.27%-
HSV(B)155.56º37.24%56.86%-
XYZ18.0123.9122.4-
YUV126.35126.11102.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.35%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=25.35%
G=40.39%
B=34.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911451230.3700.150.43155.5622.8846.27
Hex5B917B250F2B9c172e
Octal13322117345017532342756
Binary1011011100100011111011100101011111010111001110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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