#5D917E

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

Shades of Patina #5D917E

Tints of Patina #5D917E

Color information

#5D917E (or 0x5D917E) is unknown color: approx Patina. HEX triplet: 5D, 91 and 7E. RGB value is (93,145,126). Sum of RGB (Red+Green+Blue) = 93+145+126=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #5D917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D917E is #A26E81. Grayscale: #7F7F7F. Windows color (decimal): -10645122 or 8294749. OLE color: 8294749.

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

Color convert

RGB93145126-
CMYK0.3600.130.43
HSL158.08º21.85%46.67%-
HSV(B)158.08º35.86%56.86%-
XYZ18.4124.0823.42-
YUV127.29127.27103.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.55%
GREEN value IS 145 (57.03% from 255) = 39.84%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=25.55%
G=39.84%
B=34.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal931451260.3600.130.43158.0821.8546.67
Hex5D917E240D2B9e162f
Octal13522117644015532362657
Binary1011101100100011111110100100011011010111001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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