#5E705C

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

Shades of Finlandia #5E705C

Tints of Finlandia #5E705C

Color information

#5E705C (or 0x5E705C) is unknown color: approx Finlandia. HEX triplet: 5E, 70 and 5C. RGB value is (94,112,92). Sum of RGB (Red+Green+Blue) = 94+112+92=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #5E705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E705C is #A18FA3. Grayscale: #686868. Windows color (decimal): -10588068 or 6058078. OLE color: 6058078.

HSL color Cylindrical-coordinate representation of color #5E705C: hue angle of 114º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E705C is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB9411292-
CMYK0.1600.180.56
HSL114º9.8%40%-
HSV(B)114º17.86%43.92%-
XYZ12.3414.7412.32-
YUV104.34121.04120.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.54%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=31.54%
G=37.58%
B=30.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94112920.1600.180.561149.840
Hex5E705C100123872a28
Octal13616013420022701621250
Binary1011110111000010111001000001001011100011100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,112,92); }

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

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

 a { background-color: rgb(94,112,92); }

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

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

 span { border-color: rgb(94,112,92); }

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