#5F938B

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

Shades of Patina #5F938B

Tints of Patina #5F938B

Color information

#5F938B (or 0x5F938B) is unknown color: approx Patina. HEX triplet: 5F, 93 and 8B. RGB value is (95,147,139). Sum of RGB (Red+Green+Blue) = 95+147+139=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #5F938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F938B is #A06C74. Grayscale: #828282. Windows color (decimal): -10513525 or 9147231. OLE color: 9147231.

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

Color convert

RGB95147139-
CMYK0.3500.050.42
HSL170.77º21.49%47.45%-
HSV(B)170.77º35.37%57.65%-
XYZ19.8125.1628.24-
YUV130.54132.77102.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.93%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=24.93%
G=38.58%
B=36.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951471390.3500.050.42170.7721.4947.45
Hex5F938B23052Aab152f
Octal1372232134305522532557
Binary1011111100100111000101110001101011010101010101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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