#5F8D86

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

Shades of Patina #5F8D86

Tints of Patina #5F8D86

Color information

#5F8D86 (or 0x5F8D86) is unknown color: approx Patina. HEX triplet: 5F, 8D and 86. RGB value is (95,141,134). Sum of RGB (Red+Green+Blue) = 95+141+134=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8D86 is #A07279. Grayscale: #7E7E7E. Windows color (decimal): -10515066 or 8818015. OLE color: 8818015.

HSL color Cylindrical-coordinate representation of color #5F8D86: hue angle of 170.87º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F8D86 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB95141134-
CMYK0.3300.050.45
HSL170.87º19.49%46.27%-
HSV(B)170.87º32.62%55.29%-
XYZ18.5523.226.06-
YUV126.45132.26105.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.68%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=25.68%
G=38.11%
B=36.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal951411340.3300.050.45170.8719.4946.27
Hex5F8D8621052Dab132e
Octal1372152064105552532356
Binary1011111100011011000011010000101011011011010101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,141,134); }

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

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

 a { background-color: rgb(95,141,134); }

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

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

 span { border-color: rgb(95,141,134); }

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