#5F937B

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

Shades of Patina #5F937B

Tints of Patina #5F937B

Color information

#5F937B (or 0x5F937B) is unknown color: approx Patina. HEX triplet: 5F, 93 and 7B. RGB value is (95,147,123). Sum of RGB (Red+Green+Blue) = 95+147+123=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #5F937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F937B is #A06C84. Grayscale: #808080. Windows color (decimal): -10513541 or 8098655. OLE color: 8098655.

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

Color convert

RGB95147123-
CMYK0.3500.160.42
HSL152.31º21.49%47.45%-
HSV(B)152.31º35.37%57.65%-
XYZ18.7324.7322.53-
YUV128.72124.77103.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 123 (48.44% from 255) = 33.70%
R=26.03%
G=40.27%
B=33.70%

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
Decimal951471230.3500.160.42152.3121.4947.45
Hex5F937B230102A98152f
Octal13722317343020522302557
Binary10111111001001111110111000110100001010101001100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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