Html Css Color HEX #5D705E Finlandia

📋 copy color: '#5D705E'

red 93 ◦ green 112 ◦ blue 94

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

Shades of Finlandia #5D705E

Tints of Finlandia #5D705E

RGB

 RED value IS 93 (36.72% from 255) = 31.1%

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 31.1%
G = 37.46%
B = 31.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#5D705E (or 0x5D705E) is known color: Finlandia. HEX triplet: 5D, 70 and 5E. RGB value is (93,112,94). Sum of RGB (Red+Green+Blue) = 93+112+94=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #5D705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D705E is #A28FA1. Grayscale: #686868. Windows color (decimal): -10653602 or 6189149. OLE color: 6189149.

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

Color convert

RGB 93 112 94 -
CMYK 0.17 0 0.16 0.56
HSL 123.16º 0.09% 0.4% -
HSV(B) 123.16º 0.17% 0.44% -
XYZ 12.33 14.72 12.78 -
YUV 104.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 93 112 94 0.17 0 0.16 0.56 123.16 0.09 0.4
Hex 5D 70 5E 11 0 10 38 7B 9 28
Octal 135 160 136 21 0 20 70 173 11 50
Binary 1011101 1110000 1011110 10001 0 10000 111000 1111011 1001 101000

Color Harmonies of #5D705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D705E

Black with #5D705E

Text Example


Text Example

White with #5D705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,112,94); }

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

background-color css

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

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

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

border-color css

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

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

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