Html Css Color HEX #5E705F Finlandia

📋 copy color: '#5E705F'

red 94 ◦ green 112 ◦ blue 95

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

Shades of Finlandia #5E705F

Tints of Finlandia #5E705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 31.23%
G = 37.21%
B = 31.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#5E705F (or 0x5E705F) is known color: Finlandia. HEX triplet: 5E, 70 and 5F. RGB value is (94,112,95). Sum of RGB (Red+Green+Blue) = 94+112+95=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #5E705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E705F is #A18FA0. Grayscale: #686868. Windows color (decimal): -10588065 or 6254686. OLE color: 6254686.

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

Color convert

RGB 94 112 95 -
CMYK 0.16 0 0.15 0.56
HSL 123.33º 0.09% 0.4% -
HSV(B) 123.33º 0.16% 0.44% -
XYZ 12.48 14.79 13.02 -
YUV 104.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 94 112 95 0.16 0 0.15 0.56 123.33 0.09 0.4
Hex 5E 70 5F 10 0 F 38 7B 9 28
Octal 136 160 137 20 0 17 70 173 11 50
Binary 1011110 1110000 1011111 10000 0 1111 111000 1111011 1001 101000

Color Harmonies of #5E705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E705F

Black with #5E705F

Text Example


Text Example

White with #5E705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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