#5E907C

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

Shades of Patina #5E907C

Tints of Patina #5E907C

Color information

#5E907C (or 0x5E907C) is unknown color: approx Patina. HEX triplet: 5E, 90 and 7C. RGB value is (94,144,124). Sum of RGB (Red+Green+Blue) = 94+144+124=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #5E907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E907C is #A16F83. Grayscale: #7E7E7E. Windows color (decimal): -10579844 or 8163422. OLE color: 8163422.

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

Color convert

RGB94144124-
CMYK0.3500.140.44
HSL156º21.01%46.67%-
HSV(B)156º34.72%56.47%-
XYZ18.2323.7822.7-
YUV126.77126.44104.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.97%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=25.97%
G=39.78%
B=34.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal941441240.3500.140.4415621.0146.67
Hex5E907C230E2C9c152f
Octal13622017443016542342557
Binary1011110100100001111100100011011101011001001110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,144,124); }

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

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

 a { background-color: rgb(94,144,124); }

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

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

 span { border-color: rgb(94,144,124); }

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