#5D7856

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

Shades of Finlandia #5D7856

Tints of Finlandia #5D7856

Color information

#5D7856 (or 0x5D7856) is unknown color: approx Finlandia. HEX triplet: 5D, 78 and 56. RGB value is (93,120,86). Sum of RGB (Red+Green+Blue) = 93+120+86=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7856 is #A287A9. Grayscale: #6C6C6C. Windows color (decimal): -10651562 or 5666909. OLE color: 5666909.

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

Color convert

RGB9312086-
CMYK0.2200.280.53
HSL107.65º16.5%40.39%-
HSV(B)107.65º28.33%47.06%-
XYZ12.9116.4311.3-
YUV108.05115.55117.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.10%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=31.10%
G=40.13%
B=28.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93120860.2200.280.53107.6516.540.39
Hex5D78561601C356c1128
Octal13517012626034651542150
Binary10111011111000101011010110011100110101110110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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