Html Css Color HEX #5E6F5F Finlandia

📋 copy color: '#5E6F5F'

red 94 ◦ green 111 ◦ blue 95

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

Shades of Finlandia #5E6F5F

Tints of Finlandia #5E6F5F

RGB

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

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

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

R = 31.33%
G = 37%
B = 31.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#5E6F5F (or 0x5E6F5F) is known color: Finlandia. HEX triplet: 5E, 6F and 5F. RGB value is (94,111,95). Sum of RGB (Red+Green+Blue) = 94+111+95=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F5F is #A190A0. Grayscale: #686868. Windows color (decimal): -10588321 or 6254430. OLE color: 6254430.

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

Color convert

RGB 94 111 95 -
CMYK 0.15 0 0.14 0.56
HSL 123.53º 0.08% 0.4% -
HSV(B) 123.53º 0.15% 0.44% -
XYZ 12.37 14.57 12.99 -
YUV 104.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 94 111 95 0.15 0 0.14 0.56 123.53 0.08 0.4
Hex 5E 6F 5F F 0 E 38 7C 8 28
Octal 136 157 137 17 0 16 70 174 10 50
Binary 1011110 1101111 1011111 1111 0 1110 111000 1111100 1000 101000

Color Harmonies of #5E6F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6F5F

Black with #5E6F5F

Text Example


Text Example

White with #5E6F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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