Html Css Color HEX #5F4E56 Finn

📋 copy color: '#5F4E56'

red 95 ◦ green 78 ◦ blue 86

#5F4E56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #5F4E56

Tints of Finn #5F4E56

RGB

 RED value IS 95 (37.5% from 255) = 36.68%

 GREEN value IS 78 (30.86% from 255) = 30.12%

 BLUE value IS 86 (33.98% from 255) = 33.2%

R = 36.68%
G = 30.12%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#5F4E56 (or 0x5F4E56) is known color: Finn. HEX triplet: 5F, 4E and 56. RGB value is (95,78,86). Sum of RGB (Red+Green+Blue) = 95+78+86=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4E56 is #A0B1A9. Grayscale: #535353. Windows color (decimal): -10531242 or 5656159. OLE color: 5656159.

HSL color Cylindrical-coordinate representation of color #5F4E56: hue angle of 331.76º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F4E56 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 78 86 -
CMYK 0 0.18 0.09 0.63
HSL 331.76º 0.1% 0.34% -
HSV(B) 331.76º 0.18% 0.37% -
XYZ 9.12 8.55 9.97 -
YUV 84 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 95 78 86 0 0.18 0.09 0.63 331.76 0.1 0.34
Hex 5F 4E 56 0 12 9 3F 14C A 22
Octal 137 116 126 0 22 11 77 514 12 42
Binary 1011111 1001110 1010110 0 10010 1001 111111 101001100 1010 100010

Color Harmonies of #5F4E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4E56

Black with #5F4E56

Text Example


Text Example

White with #5F4E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,78,86); }

 H1.HeaderClassName
 {
   color: #5F4E56;
 }
 .AnyTagClassName
 {
   color: #5F4E56;
 }
</style>

background-color css

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

 a { background-color: rgb(95,78,86); }

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

border-color css

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

 span { border-color: rgb(95,78,86); }

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