#5E9280

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

Shades of Patina #5E9280

Tints of Patina #5E9280

Color information

#5E9280 (or 0x5E9280) is unknown color: approx Patina. HEX triplet: 5E, 92 and 80. RGB value is (94,146,128). Sum of RGB (Red+Green+Blue) = 94+146+128=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9280 is #A16D7F. Grayscale: #808080. Windows color (decimal): -10579328 or 8426078. OLE color: 8426078.

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

Color convert

RGB94146128-
CMYK0.3600.120.43
HSL159.23º21.67%47.06%-
HSV(B)159.23º35.62%57.25%-
XYZ18.7924.524.16-
YUV128.4127.77103.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.54%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 128 (50.39% from 255) = 34.78%
R=25.54%
G=39.67%
B=34.78%

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
Decimal941461280.3600.120.43159.2321.6747.06
Hex5E9280240C2B9f162f
Octal13622220044014532372657
Binary10111101001001010000000100100011001010111001111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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