Html Css Color HEX #5F7159 Finlandia

📋 copy color: '#5F7159'

red 95 ◦ green 113 ◦ blue 89

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

Shades of Finlandia #5F7159

Tints of Finlandia #5F7159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 31.99%
G = 38.05%
B = 29.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#5F7159 (or 0x5F7159) is known color: Finlandia. HEX triplet: 5F, 71 and 59. RGB value is (95,113,89). Sum of RGB (Red+Green+Blue) = 95+113+89=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7159 is #A08EA6. Grayscale: #686868. Windows color (decimal): -10522279 or 5861727. OLE color: 5861727.

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

Color convert

RGB 95 113 89 -
CMYK 0.16 0 0.21 0.56
HSL 105º 0.12% 0.4% -
HSV(B) 105º 0.21% 0.44% -
XYZ 12.43 14.96 11.68 -
YUV 104.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 95 113 89 0.16 0 0.21 0.56 105 0.12 0.4
Hex 5F 71 59 10 0 15 38 69 C 28
Octal 137 161 131 20 0 25 70 151 14 50
Binary 1011111 1110001 1011001 10000 0 10101 111000 1101001 1100 101000

Color Harmonies of #5F7159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7159

Black with #5F7159

Text Example


Text Example

White with #5F7159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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