Html Css Color HEX #5F715D Finlandia

📋 copy color: '#5F715D'

red 95 ◦ green 113 ◦ blue 93

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

Shades of Finlandia #5F715D

Tints of Finlandia #5F715D

RGB

 RED value IS 95 (37.5% from 255) = 31.56%

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

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

R = 31.56%
G = 37.54%
B = 30.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#5F715D (or 0x5F715D) is known color: Finlandia. HEX triplet: 5F, 71 and 5D. RGB value is (95,113,93). Sum of RGB (Red+Green+Blue) = 95+113+93=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #5F715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F715D is #A08EA2. Grayscale: #696969. Windows color (decimal): -10522275 or 6123871. OLE color: 6123871.

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

Color convert

RGB 95 113 93 -
CMYK 0.16 0 0.18 0.56
HSL 114º 0.1% 0.4% -
HSV(B) 114º 0.18% 0.44% -
XYZ 12.6 15.03 12.59 -
YUV 105.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 95 113 93 0.16 0 0.18 0.56 114 0.1 0.4
Hex 5F 71 5D 10 0 12 38 72 A 28
Octal 137 161 135 20 0 22 70 162 12 50
Binary 1011111 1110001 1011101 10000 0 10010 111000 1110010 1010 101000

Color Harmonies of #5F715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F715D

Black with #5F715D

Text Example


Text Example

White with #5F715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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