Html Css Color HEX #5E755C Finlandia

📋 copy color: '#5E755C'

red 94 ◦ green 117 ◦ blue 92

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

Shades of Finlandia #5E755C

Tints of Finlandia #5E755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

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

R = 31.02%
G = 38.61%
B = 30.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#5E755C (or 0x5E755C) is known color: Finlandia. HEX triplet: 5E, 75 and 5C. RGB value is (94,117,92). Sum of RGB (Red+Green+Blue) = 94+117+92=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #5E755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E755C is #A18AA3. Grayscale: #6B6B6B. Windows color (decimal): -10586788 or 6059358. OLE color: 6059358.

HSL color Cylindrical-coordinate representation of color #5E755C: hue angle of 115.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E755C is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 92 -
CMYK 0.20 0 0.21 0.54
HSL 115.2º 0.12% 0.41% -
HSV(B) 115.2º 0.21% 0.46% -
XYZ 12.91 15.87 12.51 -
YUV 107.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 94 117 92 0.20 0 0.21 0.54 115.2 0.12 0.41
Hex 5E 75 5C 14 0 15 36 73 C 29
Octal 136 165 134 24 0 25 66 163 14 51
Binary 1011110 1110101 1011100 10100 0 10101 110110 1110011 1100 101001

Color Harmonies of #5E755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E755C

Black with #5E755C

Text Example


Text Example

White with #5E755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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