#5C6F5D

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

Shades of Finlandia #5C6F5D

Tints of Finlandia #5C6F5D

Color information

#5C6F5D (or 0x5C6F5D) is unknown color: approx Finlandia. HEX triplet: 5C, 6F and 5D. RGB value is (92,111,93). Sum of RGB (Red+Green+Blue) = 92+111+93=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6F5D is #A390A2. Grayscale: #676767. Windows color (decimal): -10719395 or 6123356. OLE color: 6123356.

HSL color Cylindrical-coordinate representation of color #5C6F5D: hue angle of 123.16º 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 #5C6F5D is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB9211193-
CMYK0.1700.160.56
HSL123.16º9.36%39.8%-
HSV(B)123.16º17.12%43.53%-
XYZ12.0714.4312.51-
YUV103.27122.21119.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.08%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=31.08%
G=37.5%
B=31.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92111930.1700.160.56123.169.3639.8
Hex5C6F5D11010387b928
Octal13415713521020701731150
Binary1011100110111110111011000101000011100011110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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