#5F4152

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

Shades of Finn #5F4152

Tints of Finn #5F4152

Color information

#5F4152 (or 0x5F4152) is unknown color: approx Finn. HEX triplet: 5F, 41 and 52. RGB value is (95,65,82). Sum of RGB (Red+Green+Blue) = 95+65+82=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4152 is #A0BEAD. Grayscale: #4B4B4B. Windows color (decimal): -10534574 or 5390687. OLE color: 5390687.

HSL color Cylindrical-coordinate representation of color #5F4152: hue angle of 326º 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 #5F4152 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB956582-
CMYK00.320.140.63
HSL326º18.75%31.37%-
HSV(B)326º31.58%37.25%-
XYZ8.136.828.87-
YUV75.91131.44141.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.26%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=39.26%
G=26.86%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95658200.320.140.6332618.7531.37
Hex5F4152020E3F146131f
Octal13710112204016775062337
Binary101111110000011010010010000011101111111010001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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