#5D6F5D

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

Shades of Finlandia #5D6F5D

Tints of Finlandia #5D6F5D

Color information

#5D6F5D (or 0x5D6F5D) is unknown color: approx Finlandia. HEX triplet: 5D, 6F and 5D. RGB value is (93,111,93). Sum of RGB (Red+Green+Blue) = 93+111+93=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6F5D is #A290A2. Grayscale: #676767. Windows color (decimal): -10653859 or 6123357. OLE color: 6123357.

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

Color convert

RGB9311193-
CMYK0.1600.160.56
HSL120º8.82%40%-
HSV(B)120º16.22%43.53%-
XYZ12.1714.4912.51-
YUV103.57122.04120.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=31.31%
G=37.37%
B=31.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93111930.1600.160.561208.8240
Hex5D6F5D100103878928
Octal13515713520020701701150
Binary1011101110111110111011000001000011100011110001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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