#5F938C

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

Shades of Patina #5F938C

Tints of Patina #5F938C

Color information

#5F938C (or 0x5F938C) is unknown color: approx Patina. HEX triplet: 5F, 93 and 8C. RGB value is (95,147,140). Sum of RGB (Red+Green+Blue) = 95+147+140=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #5F938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F938C is #A06C73. Grayscale: #828282. Windows color (decimal): -10513524 or 9212767. OLE color: 9212767.

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

Color convert

RGB95147140-
CMYK0.3500.050.42
HSL171.92º21.49%47.45%-
HSV(B)171.92º35.37%57.65%-
XYZ19.8925.1928.63-
YUV130.65133.27102.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.87%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=24.87%
G=38.48%
B=36.65%

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
Decimal951471400.3500.050.42171.9221.4947.45
Hex5F938C23052Aac152f
Octal1372232144305522542557
Binary1011111100100111000110010001101011010101010110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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