Html Css Color HEX #5F4051 Finn

📋 copy color: '#5F4051'

red 95 ◦ green 64 ◦ blue 81

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

Shades of Finn #5F4051

Tints of Finn #5F4051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

 BLUE value IS 81 (32.03% from 255) = 33.75%

R = 39.58%
G = 26.67%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#5F4051 (or 0x5F4051) is known color: Finn. HEX triplet: 5F, 40 and 51. RGB value is (95,64,81). Sum of RGB (Red+Green+Blue) = 95+64+81=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4051 is #A0BFAE. Grayscale: #4B4B4B. Windows color (decimal): -10534831 or 5324895. OLE color: 5324895.

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

Color convert

RGB 95 64 81 -
CMYK 0 0.33 0.15 0.63
HSL 327.1º 0.19% 0.31% -
HSV(B) 327.1º 0.33% 0.37% -
XYZ 8.04 6.69 8.65 -
YUV 75.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 95 64 81 0 0.33 0.15 0.63 327.1 0.19 0.31
Hex 5F 40 51 0 21 F 3F 147 13 1F
Octal 137 100 121 0 41 17 77 507 23 37
Binary 1011111 1000000 1010001 0 100001 1111 111111 101000111 10011 11111

Color Harmonies of #5F4051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4051

Black with #5F4051

Text Example


Text Example

White with #5F4051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,64,81); }

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

background-color css

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

 a { background-color: rgb(95,64,81); }

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

border-color css

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

 span { border-color: rgb(95,64,81); }

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