#5F927D

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

Shades of Patina #5F927D

Tints of Patina #5F927D

Color information

#5F927D (or 0x5F927D) is unknown color: approx Patina. HEX triplet: 5F, 92 and 7D. RGB value is (95,146,125). Sum of RGB (Red+Green+Blue) = 95+146+125=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #5F927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F927D is #A06D82. Grayscale: #808080. Windows color (decimal): -10513795 or 8229471. OLE color: 8229471.

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

Color convert

RGB95146125-
CMYK0.3500.140.43
HSL155.29º21.16%47.25%-
HSV(B)155.29º34.93%57.25%-
XYZ18.724.4723.14-
YUV128.36126.1104.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.96%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=25.96%
G=39.89%
B=34.15%

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
Decimal951461250.3500.140.43155.2921.1647.25
Hex5F927D230E2B9b152f
Octal13722217543016532332557
Binary1011111100100101111101100011011101010111001101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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