#5E454F

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

Shades of Finn #5E454F

Tints of Finn #5E454F

Color information

#5E454F (or 0x5E454F) is unknown color: approx Finn. HEX triplet: 5E, 45 and 4F. RGB value is (94,69,79). Sum of RGB (Red+Green+Blue) = 94+69+79=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 94 - color contains mainly: red. Hex color #5E454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E454F is #A1BAB0. Grayscale: #4D4D4D. Windows color (decimal): -10599089 or 5195102. OLE color: 5195102.

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

Color convert

RGB946979-
CMYK00.270.160.63
HSL336º15.34%31.96%-
HSV(B)336º26.6%36.86%-
XYZ8.167.28.36-
YUV77.61128.78139.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.84%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=38.84%
G=28.51%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94697900.270.160.6333615.3431.96
Hex5E454F01B103F150f20
Octal13610511703320775201740
Binary101111010001011001111011011100001111111010100001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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