Html Css Color HEX #5F4C55 Finn

📋 copy color: '#5F4C55'

red 95 ◦ green 76 ◦ blue 85

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

Shades of Finn #5F4C55

Tints of Finn #5F4C55

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.2%

R = 37.11%
G = 29.69%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.63

RGB Variations

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

Color information

#5F4C55 (or 0x5F4C55) is known color: 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

RGB 95 76 85 -
CMYK 0 0.20 0.11 0.63
HSL 331.58º 0.11% 0.34% -
HSV(B) 331.58º 0.2% 0.37% -
XYZ 8.94 8.26 9.72 -
YUV 82.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 95 76 85 0 0.20 0.11 0.63 331.58 0.11 0.34
Hex 5F 4C 55 0 14 B 3F 14C B 22
Octal 137 114 125 0 24 13 77 514 13 42
Binary 1011111 1001100 1010101 0 10100 1011 111111 101001100 1011 100010

Color Harmonies of #5F4C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4C55

Black with #5F4C55

Text Example


Text Example

White with #5F4C55

Text Example


Text Example

HTML Codes & Css Web 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>