Html Css Color HEX #5F4C54 Finn

📋 copy color: '#5F4C54'

red 95 ◦ green 76 ◦ blue 84

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

Shades of Finn #5F4C54

Tints of Finn #5F4C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.8%

 BLUE value IS 84 (33.2% from 255) = 32.94%

R = 37.25%
G = 29.8%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.63

RGB Variations

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

Color information

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

RGB 95 76 84 -
CMYK 0 0.20 0.12 0.63
HSL 334.74º 0.11% 0.34% -
HSV(B) 334.74º 0.2% 0.37% -
XYZ 8.9 8.24 9.51 -
YUV 82.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 95 76 84 0 0.20 0.12 0.63 334.74 0.11 0.34
Hex 5F 4C 54 0 14 C 3F 14F B 22
Octal 137 114 124 0 24 14 77 517 13 42
Binary 1011111 1001100 1010100 0 10100 1100 111111 101001111 1011 100010

Color Harmonies of #5F4C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4C54

Black with #5F4C54

Text Example


Text Example

White with #5F4C54

Text Example


Text Example

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