Html Css Color HEX #5F4150 Finn

📋 copy color: '#5F4150'

red 95 ◦ green 65 ◦ blue 80

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

Shades of Finn #5F4150

Tints of Finn #5F4150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.08%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 39.58%
G = 27.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#5F4150 (or 0x5F4150) is known color: Finn. HEX triplet: 5F, 41 and 50. RGB value is (95,65,80). Sum of RGB (Red+Green+Blue) = 95+65+80=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4150 is #A0BEAF. Grayscale: #4B4B4B. Windows color (decimal): -10534576 or 5259615. OLE color: 5259615.

HSL color Cylindrical-coordinate representation of color #5F4150: hue angle of 330º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F4150 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 65 80 -
CMYK 0 0.32 0.16 0.63
HSL 330º 0.19% 0.31% -
HSV(B) 330º 0.32% 0.37% -
XYZ 8.06 6.79 8.48 -
YUV 75.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 95 65 80 0 0.32 0.16 0.63 330 0.19 0.31
Hex 5F 41 50 0 20 10 3F 14A 13 1F
Octal 137 101 120 0 40 20 77 512 23 37
Binary 1011111 1000001 1010000 0 100000 10000 111111 101001010 10011 11111

Color Harmonies of #5F4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4150

Black with #5F4150

Text Example


Text Example

White with #5F4150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,65,80); }

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

background-color css

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

 a { background-color: rgb(95,65,80); }

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

border-color css

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

 span { border-color: rgb(95,65,80); }

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