#5F937D

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

Shades of Patina #5F937D

Tints of Patina #5F937D

Color information

#5F937D (or 0x5F937D) is unknown color: approx Patina. HEX triplet: 5F, 93 and 7D. RGB value is (95,147,125). Sum of RGB (Red+Green+Blue) = 95+147+125=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #5F937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F937D is #A06C82. Grayscale: #808080. Windows color (decimal): -10513539 or 8229727. OLE color: 8229727.

HSL color Cylindrical-coordinate representation of color #5F937D: hue angle of 154.62º 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 #5F937D is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB95147125-
CMYK0.3500.150.42
HSL154.62º21.49%47.45%-
HSV(B)154.62º35.37%57.65%-
XYZ18.8524.7823.19-
YUV128.94125.77103.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.89%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=25.89%
G=40.05%
B=34.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951471250.3500.150.42154.6221.4947.45
Hex5F937D230F2A9b152f
Octal13722317543017522332557
Binary1011111100100111111101100011011111010101001101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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