Html Css Color HEX #5E7556 Finlandia

📋 copy color: '#5E7556'

red 94 ◦ green 117 ◦ blue 86

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

Shades of Finlandia #5E7556

Tints of Finlandia #5E7556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.39%

 BLUE value IS 86 (33.98% from 255) = 28.96%

R = 31.65%
G = 39.39%
B = 28.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#5E7556 (or 0x5E7556) is known color: Finlandia. HEX triplet: 5E, 75 and 56. RGB value is (94,117,86). Sum of RGB (Red+Green+Blue) = 94+117+86=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7556 is #A18AA9. Grayscale: #6A6A6A. Windows color (decimal): -10586794 or 5666142. OLE color: 5666142.

HSL color Cylindrical-coordinate representation of color #5E7556: hue angle of 104.52º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E7556 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 86 -
CMYK 0.20 0 0.26 0.54
HSL 104.52º 0.15% 0.4% -
HSV(B) 104.52º 0.26% 0.46% -
XYZ 12.66 15.77 11.18 -
YUV 106.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 94 117 86 0.20 0 0.26 0.54 104.52 0.15 0.4
Hex 5E 75 56 14 0 1A 36 69 F 28
Octal 136 165 126 24 0 32 66 151 17 50
Binary 1011110 1110101 1010110 10100 0 11010 110110 1101001 1111 101000

Color Harmonies of #5E7556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7556

Black with #5E7556

Text Example


Text Example

White with #5E7556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,86); }

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

background-color css

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

 a { background-color: rgb(94,117,86); }

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

border-color css

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

 span { border-color: rgb(94,117,86); }

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