#5F4C55

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

Shades of Finn #5F4C55

Tints of Finn #5F4C55

Color information

#5F4C55 (or 0x5F4C55) is unknown color: approx Finn. HEX triplet: 5F, 4C and 55. RGB value is (95,76,85). Sum of RGB (Red+Green+Blue) = 95+76+85=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4C55 is #A0B3AA. Grayscale: #525252. Windows color (decimal): -10531755 or 5590111. OLE color: 5590111.

HSL color Cylindrical-coordinate representation of color #5F4C55: hue angle of 331.58º 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 #5F4C55 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB957685-
CMYK00.200.110.63
HSL331.58º11.11%33.53%-
HSV(B)331.58º20%37.25%-
XYZ8.948.269.72-
YUV82.71129.29136.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.11%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=37.11%
G=29.69%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95768500.200.110.63331.5811.1133.53
Hex5F4C55014B3F14cb22
Octal13711412502413775141342
Binary10111111001100101010101010010111111111010011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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