Html Css Color HEX #5F7857 Finlandia

📋 copy color: '#5F7857'

red 95 ◦ green 120 ◦ blue 87

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

Shades of Finlandia #5F7857

Tints of Finlandia #5F7857

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.74%

 BLUE value IS 87 (34.38% from 255) = 28.81%

R = 31.46%
G = 39.74%
B = 28.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#5F7857 (or 0x5F7857) is known color: Finlandia. HEX triplet: 5F, 78 and 57. RGB value is (95,120,87). Sum of RGB (Red+Green+Blue) = 95+120+87=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #5F7857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7857 is #A087A8. Grayscale: #6C6C6C. Windows color (decimal): -10520489 or 5732447. OLE color: 5732447.

HSL color Cylindrical-coordinate representation of color #5F7857: hue angle of 105.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F7857 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 95 120 87 -
CMYK 0.21 0 0.28 0.53
HSL 105.45º 0.16% 0.41% -
HSV(B) 105.45º 0.28% 0.47% -
XYZ 13.16 16.55 11.52 -
YUV 108.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 95 120 87 0.21 0 0.28 0.53 105.45 0.16 0.41
Hex 5F 78 57 15 0 1C 35 69 10 29
Octal 137 170 127 25 0 34 65 151 20 51
Binary 1011111 1111000 1010111 10101 0 11100 110101 1101001 10000 101001

Color Harmonies of #5F7857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7857

Black with #5F7857

Text Example


Text Example

White with #5F7857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,120,87); }

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

background-color css

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

 a { background-color: rgb(95,120,87); }

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

border-color css

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

 span { border-color: rgb(95,120,87); }

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