#5F424F

Color #5F424F Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #5F424F

Tints of Finn #5F424F

Color information

#5F424F (or 0x5F424F) is unknown color: approx Finn. HEX triplet: 5F, 42 and 4F. RGB value is (95,66,79). Sum of RGB (Red+Green+Blue) = 95+66+79=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 95 - color contains mainly: red. Hex color #5F424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F424F is #A0BDB0. Grayscale: #4C4C4C. Windows color (decimal): -10534321 or 5194335. OLE color: 5194335.

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

Color convert

RGB956679-
CMYK00.310.170.63
HSL333.1º18.01%31.57%-
HSV(B)333.1º30.53%37.25%-
XYZ8.086.898.3-
YUV76.15129.61141.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.58%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=39.58%
G=27.5%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95667900.310.170.63333.118.0131.57
Hex5F424F01F113F14d1220
Octal13710211703721775152240
Binary1011111100001010011110111111000111111110100110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,66,79); }

 H1.HeaderClassName
 {
   color: #5F424F;
 }
 .AnyTagClassName
 {
   color: #5F424F;
 }
</style>
background-color css

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

 a { background-color: rgb(95,66,79); }

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

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

 span { border-color: rgb(95,66,79); }

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