Html Css Color HEX #5E6F5C Finlandia

📋 copy color: '#5E6F5C'

red 94 ◦ green 111 ◦ blue 92

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

Shades of Finlandia #5E6F5C

Tints of Finlandia #5E6F5C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

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

R = 31.65%
G = 37.37%
B = 30.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#5E6F5C (or 0x5E6F5C) is known color: Finlandia. HEX triplet: 5E, 6F and 5C. RGB value is (94,111,92). Sum of RGB (Red+Green+Blue) = 94+111+92=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F5C is #A190A3. Grayscale: #676767. Windows color (decimal): -10588324 or 6057822. OLE color: 6057822.

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

Color convert

RGB 94 111 92 -
CMYK 0.15 0 0.17 0.56
HSL 113.68º 0.09% 0.4% -
HSV(B) 113.68º 0.17% 0.44% -
XYZ 12.23 14.52 12.28 -
YUV 103.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 94 111 92 0.15 0 0.17 0.56 113.68 0.09 0.4
Hex 5E 6F 5C F 0 11 38 72 9 28
Octal 136 157 134 17 0 21 70 162 11 50
Binary 1011110 1101111 1011100 1111 0 10001 111000 1110010 1001 101000

Color Harmonies of #5E6F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6F5C

Black with #5E6F5C

Text Example


Text Example

White with #5E6F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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