Html Css Color HEX #5C715D Finlandia

📋 copy color: '#5C715D'

red 92 ◦ green 113 ◦ blue 93

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

Shades of Finlandia #5C715D

Tints of Finlandia #5C715D

RGB

 RED value IS 92 (36.33% from 255) = 30.87%

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 30.87%
G = 37.92%
B = 31.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#5C715D (or 0x5C715D) is known color: Finlandia. HEX triplet: 5C, 71 and 5D. RGB value is (92,113,93). Sum of RGB (Red+Green+Blue) = 92+113+93=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #5C715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C715D is #A38EA2. Grayscale: #686868. Windows color (decimal): -10718883 or 6123868. OLE color: 6123868.

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

Color convert

RGB 92 113 93 -
CMYK 0.19 0 0.18 0.56
HSL 122.86º 0.1% 0.4% -
HSV(B) 122.86º 0.19% 0.44% -
XYZ 12.29 14.88 12.58 -
YUV 104.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 92 113 93 0.19 0 0.18 0.56 122.86 0.1 0.4
Hex 5C 71 5D 13 0 12 38 7B A 28
Octal 134 161 135 23 0 22 70 173 12 50
Binary 1011100 1110001 1011101 10011 0 10010 111000 1111011 1010 101000

Color Harmonies of #5C715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C715D

Black with #5C715D

Text Example


Text Example

White with #5C715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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