#5E7A5C

Color #5E7A5C Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #5E7A5C

Tints of Finlandia #5E7A5C

Color information

#5E7A5C (or 0x5E7A5C) is unknown color: approx Finlandia. HEX triplet: 5E, 7A and 5C. RGB value is (94,122,92). Sum of RGB (Red+Green+Blue) = 94+122+92=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7A5C is #A185A3. Grayscale: #6E6E6E. Windows color (decimal): -10585508 or 6060638. OLE color: 6060638.

HSL color Cylindrical-coordinate representation of color #5E7A5C: hue angle of 116º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7A5C is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB9412292-
CMYK0.2300.250.52
HSL116º14.02%41.96%-
HSV(B)116º24.59%47.84%-
XYZ13.5117.0712.71-
YUV110.21117.72116.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.52%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=30.52%
G=39.61%
B=29.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94122920.2300.250.5211614.0241.96
Hex5E7A5C170193474e2a
Octal13617213427031641641652
Binary1011110111101010111001011101100111010011101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E7A5C;
 }
 .AnyTagClassName
 {
   color: #5E7A5C;
 }
</style>
background-color css

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

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

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

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

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

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