Html Css Color HEX #5F725C Finlandia

📋 copy color: '#5F725C'

red 95 ◦ green 114 ◦ blue 92

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

Shades of Finlandia #5F725C

Tints of Finlandia #5F725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 31.56%
G = 37.87%
B = 30.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#5F725C (or 0x5F725C) is known color: Finlandia. HEX triplet: 5F, 72 and 5C. RGB value is (95,114,92). Sum of RGB (Red+Green+Blue) = 95+114+92=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #5F725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F725C is #A08DA3. Grayscale: #696969. Windows color (decimal): -10522020 or 6058591. OLE color: 6058591.

HSL color Cylindrical-coordinate representation of color #5F725C: hue angle of 111.82º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F725C is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 114 92 -
CMYK 0.17 0 0.19 0.55
HSL 111.82º 0.11% 0.4% -
HSV(B) 111.82º 0.19% 0.45% -
XYZ 12.67 15.24 12.4 -
YUV 105.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 95 114 92 0.17 0 0.19 0.55 111.82 0.11 0.4
Hex 5F 72 5C 11 0 13 37 70 B 28
Octal 137 162 134 21 0 23 67 160 13 50
Binary 1011111 1110010 1011100 10001 0 10011 110111 1110000 1011 101000

Color Harmonies of #5F725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F725C

Black with #5F725C

Text Example


Text Example

White with #5F725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,114,92); }

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

background-color css

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

 a { background-color: rgb(95,114,92); }

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

border-color css

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

 span { border-color: rgb(95,114,92); }

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