Html Css Color HEX #5A7859 Finlandia

📋 copy color: '#5A7859'

red 90 ◦ green 120 ◦ blue 89

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

Shades of Finlandia #5A7859

Tints of Finlandia #5A7859

RGB

 RED value IS 90 (35.55% from 255) = 30.1%

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

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

R = 30.1%
G = 40.13%
B = 29.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#5A7859 (or 0x5A7859) is known color: Finlandia. HEX triplet: 5A, 78 and 59. RGB value is (90,120,89). Sum of RGB (Red+Green+Blue) = 90+120+89=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7859 is #A587A6. Grayscale: #6B6B6B. Windows color (decimal): -10848167 or 5863514. OLE color: 5863514.

HSL color Cylindrical-coordinate representation of color #5A7859: hue angle of 118.06º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A7859 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 120 89 -
CMYK 0.25 0 0.26 0.53
HSL 118.06º 0.15% 0.41% -
HSV(B) 118.06º 0.26% 0.47% -
XYZ 12.74 16.33 11.93 -
YUV 107.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 90 120 89 0.25 0 0.26 0.53 118.06 0.15 0.41
Hex 5A 78 59 19 0 1A 35 76 F 29
Octal 132 170 131 31 0 32 65 166 17 51
Binary 1011010 1111000 1011001 11001 0 11010 110101 1110110 1111 101001

Color Harmonies of #5A7859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7859

Black with #5A7859

Text Example


Text Example

White with #5A7859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,120,89); }

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

background-color css

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

 a { background-color: rgb(90,120,89); }

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

border-color css

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

 span { border-color: rgb(90,120,89); }

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