#5F927E

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

Shades of Patina #5F927E

Tints of Patina #5F927E

Color information

#5F927E (or 0x5F927E) is unknown color: approx Patina. HEX triplet: 5F, 92 and 7E. RGB value is (95,146,126). Sum of RGB (Red+Green+Blue) = 95+146+126=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #5F927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F927E is #A06D81. Grayscale: #808080. Windows color (decimal): -10513794 or 8295007. OLE color: 8295007.

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

Color convert

RGB95146126-
CMYK0.3500.140.43
HSL156.47º21.16%47.25%-
HSV(B)156.47º34.93%57.25%-
XYZ18.7624.523.48-
YUV128.47126.6104.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.89%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=25.89%
G=39.78%
B=34.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal951461260.3500.140.43156.4721.1647.25
Hex5F927E230E2B9c152f
Octal13722217643016532342557
Binary1011111100100101111110100011011101010111001110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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