#5F937C

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

Shades of Patina #5F937C

Tints of Patina #5F937C

Color information

#5F937C (or 0x5F937C) is unknown color: approx Patina. HEX triplet: 5F, 93 and 7C. RGB value is (95,147,124). Sum of RGB (Red+Green+Blue) = 95+147+124=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #5F937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F937C is #A06C83. Grayscale: #808080. Windows color (decimal): -10513540 or 8164191. OLE color: 8164191.

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

Color convert

RGB95147124-
CMYK0.3500.160.42
HSL153.46º21.49%47.45%-
HSV(B)153.46º35.37%57.65%-
XYZ18.7924.7622.86-
YUV128.83125.27103.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.96%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=25.96%
G=40.16%
B=33.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951471240.3500.160.42153.4621.4947.45
Hex5F937C230102A99152f
Octal13722317443020522312557
Binary10111111001001111111001000110100001010101001100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,147,124); }

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

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

 a { background-color: rgb(95,147,124); }

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

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

 span { border-color: rgb(95,147,124); }

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