#5F8680

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

Shades of Patina #5F8680

Tints of Patina #5F8680

Color information

#5F8680 (or 0x5F8680) is unknown color: approx Patina. HEX triplet: 5F, 86 and 80. RGB value is (95,134,128). Sum of RGB (Red+Green+Blue) = 95+134+128=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #5F8680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8680 is #A0797F. Grayscale: #797979. Windows color (decimal): -10516864 or 8423007. OLE color: 8423007.

HSL color Cylindrical-coordinate representation of color #5F8680: hue angle of 170.77º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F8680 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB95134128-
CMYK0.2900.040.47
HSL170.77º17.03%44.9%-
HSV(B)170.77º29.1%52.55%-
XYZ17.1421.0423.58-
YUV121.66131.58108.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.61%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=26.61%
G=37.54%
B=35.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951341280.2900.040.47170.7717.0344.9
Hex5F86801D042Fab112d
Octal1372062003504572532155
Binary101111110000110100000001110101001011111010101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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