Html Css Color HEX #5D705C Finlandia

📋 copy color: '#5D705C'

red 93 ◦ green 112 ◦ blue 92

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

Shades of Finlandia #5D705C

Tints of Finlandia #5D705C

RGB

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

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

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

R = 31.31%
G = 37.71%
B = 30.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#5D705C (or 0x5D705C) is known color: Finlandia. HEX triplet: 5D, 70 and 5C. RGB value is (93,112,92). Sum of RGB (Red+Green+Blue) = 93+112+92=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #5D705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D705C is #A28FA3. Grayscale: #686868. Windows color (decimal): -10653604 or 6058077. OLE color: 6058077.

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

Color convert

RGB 93 112 92 -
CMYK 0.17 0 0.18 0.56
HSL 117º 0.1% 0.4% -
HSV(B) 117º 0.18% 0.44% -
XYZ 12.24 14.69 12.32 -
YUV 104.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 93 112 92 0.17 0 0.18 0.56 117 0.1 0.4
Hex 5D 70 5C 11 0 12 38 75 A 28
Octal 135 160 134 21 0 22 70 165 12 50
Binary 1011101 1110000 1011100 10001 0 10010 111000 1110101 1010 101000

Color Harmonies of #5D705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D705C

Black with #5D705C

Text Example


Text Example

White with #5D705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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