#5D7859

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

Shades of Finlandia #5D7859

Tints of Finlandia #5D7859

Color information

#5D7859 (or 0x5D7859) is unknown color: approx Finlandia. HEX triplet: 5D, 78 and 59. RGB value is (93,120,89). Sum of RGB (Red+Green+Blue) = 93+120+89=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7859 is #A287A6. Grayscale: #6C6C6C. Windows color (decimal): -10651559 or 5863517. OLE color: 5863517.

HSL color Cylindrical-coordinate representation of color #5D7859: hue angle of 112.26º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D7859 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB9312089-
CMYK0.2200.260.53
HSL112.26º14.83%40.98%-
HSV(B)112.26º25.83%47.06%-
XYZ13.0316.4811.95-
YUV108.39117.05117.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.79%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 89 (35.16% from 255) = 29.47%
R=30.79%
G=39.74%
B=29.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93120890.2200.260.53112.2614.8340.98
Hex5D78591601A3570f29
Octal13517013126032651601751
Binary1011101111100010110011011001101011010111100001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,120,89); }

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

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

 a { background-color: rgb(93,120,89); }

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

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

 span { border-color: rgb(93,120,89); }

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