#5E775F

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

Shades of Finlandia #5E775F

Tints of Finlandia #5E775F

Color information

#5E775F (or 0x5E775F) is unknown color: approx Finlandia. HEX triplet: 5E, 77 and 5F. RGB value is (94,119,95). Sum of RGB (Red+Green+Blue) = 94+119+95=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #5E775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E775F is #A188A0. Grayscale: #6C6C6C. Windows color (decimal): -10586273 or 6256478. OLE color: 6256478.

HSL color Cylindrical-coordinate representation of color #5E775F: hue angle of 122.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E775F is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB9411995-
CMYK0.2100.200.53
HSL122.4º11.74%41.76%-
HSV(B)122.4º21.01%46.67%-
XYZ13.2816.413.29-
YUV108.79120.22117.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.52%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=30.52%
G=38.64%
B=30.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94119950.2100.200.53122.411.7441.76
Hex5E775F15014357ac2a
Octal13616713725024651721452
Binary1011110111011110111111010101010011010111110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,119,95); }

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

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

 a { background-color: rgb(94,119,95); }

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

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

 span { border-color: rgb(94,119,95); }

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