#5F4C54

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

Shades of Finn #5F4C54

Tints of Finn #5F4C54

Color information

#5F4C54 (or 0x5F4C54) is unknown color: approx Finn. HEX triplet: 5F, 4C and 54. RGB value is (95,76,84). Sum of RGB (Red+Green+Blue) = 95+76+84=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4C54 is #A0B3AB. Grayscale: #525252. Windows color (decimal): -10531756 or 5524575. OLE color: 5524575.

HSL color Cylindrical-coordinate representation of color #5F4C54: hue angle of 334.74º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F4C54 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB957684-
CMYK00.200.120.63
HSL334.74º11.11%33.53%-
HSV(B)334.74º20%37.25%-
XYZ8.98.249.51-
YUV82.59128.79136.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.25%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=37.25%
G=29.80%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95768400.200.120.63334.7411.1133.53
Hex5F4C54014C3F14fb22
Octal13711412402414775171342
Binary10111111001100101010001010011001111111010011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,76,84); }

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

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

 a { background-color: rgb(95,76,84); }

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

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

 span { border-color: rgb(95,76,84); }

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