Html Css Color HEX #5E715D Finlandia

📋 copy color: '#5E715D'

red 94 ◦ green 113 ◦ blue 93

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

Shades of Finlandia #5E715D

Tints of Finlandia #5E715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 31.33%
G = 37.67%
B = 31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#5E715D (or 0x5E715D) is known color: Finlandia. HEX triplet: 5E, 71 and 5D. RGB value is (94,113,93). Sum of RGB (Red+Green+Blue) = 94+113+93=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #5E715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E715D is #A18EA2. Grayscale: #696969. Windows color (decimal): -10587811 or 6123870. OLE color: 6123870.

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

Color convert

RGB 94 113 93 -
CMYK 0.17 0 0.18 0.56
HSL 117º 0.1% 0.4% -
HSV(B) 117º 0.18% 0.44% -
XYZ 12.5 14.98 12.59 -
YUV 105.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 94 113 93 0.17 0 0.18 0.56 117 0.1 0.4
Hex 5E 71 5D 11 0 12 38 75 A 28
Octal 136 161 135 21 0 22 70 165 12 50
Binary 1011110 1110001 1011101 10001 0 10010 111000 1110101 1010 101000

Color Harmonies of #5E715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E715D

Black with #5E715D

Text Example


Text Example

White with #5E715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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