Html Css Color HEX #5E7159 Finlandia

📋 copy color: '#5E7159'

red 94 ◦ green 113 ◦ blue 89

#5E7159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #5E7159

Tints of Finlandia #5E7159

RGB

 RED value IS 94 (37.11% from 255) = 31.76%

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 31.76%
G = 38.18%
B = 30.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#5E7159 (or 0x5E7159) is known color: Finlandia. HEX triplet: 5E, 71 and 59. RGB value is (94,113,89). Sum of RGB (Red+Green+Blue) = 94+113+89=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7159 is #A18EA6. Grayscale: #686868. Windows color (decimal): -10587815 or 5861726. OLE color: 5861726.

HSL color Cylindrical-coordinate representation of color #5E7159: hue angle of 107.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E7159 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 89 -
CMYK 0.17 0 0.21 0.56
HSL 107.5º 0.12% 0.4% -
HSV(B) 107.5º 0.21% 0.44% -
XYZ 12.32 14.91 11.68 -
YUV 104.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 94 113 89 0.17 0 0.21 0.56 107.5 0.12 0.4
Hex 5E 71 59 11 0 15 38 6C C 28
Octal 136 161 131 21 0 25 70 154 14 50
Binary 1011110 1110001 1011001 10001 0 10101 111000 1101100 1100 101000

Color Harmonies of #5E7159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7159

Black with #5E7159

Text Example


Text Example

White with #5E7159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,89); }

 H1.HeaderClassName
 {
   color: #5E7159;
 }
 .AnyTagClassName
 {
   color: #5E7159;
 }
</style>

background-color css

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

 a { background-color: rgb(94,113,89); }

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

border-color css

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

 span { border-color: rgb(94,113,89); }

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