#5E454E

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

Shades of Finn #5E454E

Tints of Finn #5E454E

Color information

#5E454E (or 0x5E454E) is unknown color: approx Finn. HEX triplet: 5E, 45 and 4E. RGB value is (94,69,78). Sum of RGB (Red+Green+Blue) = 94+69+78=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 94 - color contains mainly: red. Hex color #5E454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E454E is #A1BAB1. Grayscale: #4D4D4D. Windows color (decimal): -10599090 or 5129566. OLE color: 5129566.

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

Color convert

RGB946978-
CMYK00.270.170.63
HSL338.4º15.34%31.96%-
HSV(B)338.4º26.6%36.86%-
XYZ8.127.198.17-
YUV77.5128.28139.77-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=39.00%
G=28.63%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94697800.270.170.63338.415.3431.96
Hex5E454E01B113F152f20
Octal13610511603321775221740
Binary101111010001011001110011011100011111111010100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,69,78); }

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

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

 a { background-color: rgb(94,69,78); }

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

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

 span { border-color: rgb(94,69,78); }

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