#5D7755

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

Shades of Finlandia #5D7755

Tints of Finlandia #5D7755

Color information

#5D7755 (or 0x5D7755) is unknown color: approx Finlandia. HEX triplet: 5D, 77 and 55. RGB value is (93,119,85). Sum of RGB (Red+Green+Blue) = 93+119+85=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7755 is #A288AA. Grayscale: #6B6B6B. Windows color (decimal): -10651819 or 5601117. OLE color: 5601117.

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

Color convert

RGB9311985-
CMYK0.2200.290.53
HSL105.88º16.67%40%-
HSV(B)105.88º28.57%46.67%-
XYZ12.7516.1811.04-
YUV107.35115.39117.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=31.31%
G=40.07%
B=28.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93119850.2200.290.53105.8816.6740
Hex5D77551601D356a1128
Octal13516712526035651522150
Binary10111011110111101010110110011101110101110101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,119,85); }

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

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

 a { background-color: rgb(93,119,85); }

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

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

 span { border-color: rgb(93,119,85); }

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