#5B7858

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

Shades of Finlandia #5B7858

Tints of Finlandia #5B7858

Color information

#5B7858 (or 0x5B7858) is unknown color: approx Finlandia. HEX triplet: 5B, 78 and 58. RGB value is (91,120,88). Sum of RGB (Red+Green+Blue) = 91+120+88=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7858 is #A487A7. Grayscale: #6B6B6B. Windows color (decimal): -10782632 or 5797979. OLE color: 5797979.

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

Color convert

RGB9112088-
CMYK0.2400.270.53
HSL114.37º15.38%40.78%-
HSV(B)114.37º26.67%47.06%-
XYZ12.7916.3611.72-
YUV107.68116.89116.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=30.43%
G=40.13%
B=29.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91120880.2400.270.53114.3715.3840.78
Hex5B78581801B3572f29
Octal13317013030033651621751
Binary1011011111100010110001100001101111010111100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,120,88); }

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

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

 a { background-color: rgb(91,120,88); }

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

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

 span { border-color: rgb(91,120,88); }

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