#5E9281

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

Shades of Patina #5E9281

Tints of Patina #5E9281

Color information

#5E9281 (or 0x5E9281) is unknown color: approx Patina. HEX triplet: 5E, 92 and 81. RGB value is (94,146,129). Sum of RGB (Red+Green+Blue) = 94+146+129=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9281 is #A16D7E. Grayscale: #808080. Windows color (decimal): -10579327 or 8491614. OLE color: 8491614.

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

Color convert

RGB94146129-
CMYK0.3600.120.43
HSL160.38º21.67%47.06%-
HSV(B)160.38º35.62%57.25%-
XYZ18.8624.5224.51-
YUV128.51128.27103.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.47%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=25.47%
G=39.57%
B=34.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal941461290.3600.120.43160.3821.6747.06
Hex5E9281240C2Ba0162f
Octal13622220144014532402657
Binary10111101001001010000001100100011001010111010000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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