#5E927E

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

Shades of Patina #5E927E

Tints of Patina #5E927E

Color information

#5E927E (or 0x5E927E) is unknown color: approx Patina. HEX triplet: 5E, 92 and 7E. RGB value is (94,146,126). Sum of RGB (Red+Green+Blue) = 94+146+126=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #5E927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E927E is #A16D81. Grayscale: #808080. Windows color (decimal): -10579330 or 8295006. OLE color: 8295006.

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

Color convert

RGB94146126-
CMYK0.3600.140.43
HSL156.92º21.67%47.06%-
HSV(B)156.92º35.62%57.25%-
XYZ18.6624.4423.47-
YUV128.17126.77103.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.68%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=25.68%
G=39.89%
B=34.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal941461260.3600.140.43156.9221.6747.06
Hex5E927E240E2B9d162f
Octal13622217644016532352657
Binary1011110100100101111110100100011101010111001110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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