Html Css Color HEX #5E705C Finlandia

📋 copy color: '#5E705C'

red 94 ◦ green 112 ◦ blue 92

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

Shades of Finlandia #5E705C

Tints of Finlandia #5E705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 31.54%
G = 37.58%
B = 30.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#5E705C (or 0x5E705C) is known color: Finlandia. HEX triplet: 5E, 70 and 5C. RGB value is (94,112,92). Sum of RGB (Red+Green+Blue) = 94+112+92=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #5E705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E705C is #A18FA3. Grayscale: #686868. Windows color (decimal): -10588068 or 6058078. OLE color: 6058078.

HSL color Cylindrical-coordinate representation of color #5E705C: hue angle of 114º 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 #5E705C is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 92 -
CMYK 0.16 0 0.18 0.56
HSL 114º 0.1% 0.4% -
HSV(B) 114º 0.18% 0.44% -
XYZ 12.34 14.74 12.32 -
YUV 104.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 94 112 92 0.16 0 0.18 0.56 114 0.1 0.4
Hex 5E 70 5C 10 0 12 38 72 A 28
Octal 136 160 134 20 0 22 70 162 12 50
Binary 1011110 1110000 1011100 10000 0 10010 111000 1110010 1010 101000

Color Harmonies of #5E705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E705C

Black with #5E705C

Text Example


Text Example

White with #5E705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,92); }

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

background-color css

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

 a { background-color: rgb(94,112,92); }

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

border-color css

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

 span { border-color: rgb(94,112,92); }

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