#5D917B

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

Shades of Patina #5D917B

Tints of Patina #5D917B

Color information

#5D917B (or 0x5D917B) is unknown color: approx Patina. HEX triplet: 5D, 91 and 7B. RGB value is (93,145,123). Sum of RGB (Red+Green+Blue) = 93+145+123=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #5D917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D917B is #A26E84. Grayscale: #7E7E7E. Windows color (decimal): -10645125 or 8098141. OLE color: 8098141.

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

Color convert

RGB93145123-
CMYK0.3600.150.43
HSL154.62º21.85%46.67%-
HSV(B)154.62º35.86%56.86%-
XYZ18.2124.0122.41-
YUV126.94125.77103.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.76%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=25.76%
G=40.17%
B=34.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal931451230.3600.150.43154.6221.8546.67
Hex5D917B240F2B9b162f
Octal13522117344017532332657
Binary1011101100100011111011100100011111010111001101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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