#5F4050

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

Shades of Finn #5F4050

Tints of Finn #5F4050

Color information

#5F4050 (or 0x5F4050) is unknown color: approx Finn. HEX triplet: 5F, 40 and 50. RGB value is (95,64,80). Sum of RGB (Red+Green+Blue) = 95+64+80=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4050 is #A0BFAF. Grayscale: #4B4B4B. Windows color (decimal): -10534832 or 5259359. OLE color: 5259359.

HSL color Cylindrical-coordinate representation of color #5F4050: hue angle of 329.03º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F4050 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB956480-
CMYK00.330.160.63
HSL329.03º19.5%31.18%-
HSV(B)329.03º32.63%37.25%-
XYZ86.688.46-
YUV75.09130.77142.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.75%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 80 (31.64% from 255) = 33.47%
R=39.75%
G=26.78%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95648000.330.160.63329.0319.531.18
Hex5F4050021103F149131f
Octal13710012004120775112337
Binary1011111100000010100000100001100001111111010010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,64,80); }

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

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

 a { background-color: rgb(95,64,80); }

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

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

 span { border-color: rgb(95,64,80); }

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