#5F867E

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

Shades of Patina #5F867E

Tints of Patina #5F867E

Color information

#5F867E (or 0x5F867E) is unknown color: approx Patina. HEX triplet: 5F, 86 and 7E. RGB value is (95,134,126). Sum of RGB (Red+Green+Blue) = 95+134+126=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #5F867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F867E is #A07981. Grayscale: #797979. Windows color (decimal): -10516866 or 8291935. OLE color: 8291935.

HSL color Cylindrical-coordinate representation of color #5F867E: hue angle of 167.69º 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 #5F867E is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB95134126-
CMYK0.2900.060.47
HSL167.69º17.03%44.9%-
HSV(B)167.69º29.1%52.55%-
XYZ17.0120.9922.89-
YUV121.43130.58109.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.76%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=26.76%
G=37.75%
B=35.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951341260.2900.060.47167.6917.0344.9
Hex5F867E1D062Fa8112d
Octal1372061763506572502155
Binary10111111000011011111101110101101011111010100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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