Html Css Color HEX #5B775A Finlandia

📋 copy color: '#5B775A'

red 91 ◦ green 119 ◦ blue 90

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

Shades of Finlandia #5B775A

Tints of Finlandia #5B775A

RGB

 RED value IS 91 (35.94% from 255) = 30.33%

 GREEN value IS 119 (46.88% from 255) = 39.67%

 BLUE value IS 90 (35.55% from 255) = 30%

R = 30.33%
G = 39.67%
B = 30%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#5B775A (or 0x5B775A) is known color: Finlandia. HEX triplet: 5B, 77 and 5A. RGB value is (91,119,90). Sum of RGB (Red+Green+Blue) = 91+119+90=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #5B775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B775A is #A488A5. Grayscale: #6B6B6B. Windows color (decimal): -10782886 or 5928795. OLE color: 5928795.

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

Color convert

RGB 91 119 90 -
CMYK 0.24 0 0.24 0.53
HSL 117.93º 0.14% 0.41% -
HSV(B) 117.93º 0.24% 0.47% -
XYZ 12.76 16.16 12.12 -
YUV 107.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 91 119 90 0.24 0 0.24 0.53 117.93 0.14 0.41
Hex 5B 77 5A 18 0 18 35 76 E 29
Octal 133 167 132 30 0 30 65 166 16 51
Binary 1011011 1110111 1011010 11000 0 11000 110101 1110110 1110 101001

Color Harmonies of #5B775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B775A

Black with #5B775A

Text Example


Text Example

White with #5B775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,119,90); }

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

background-color css

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

 a { background-color: rgb(91,119,90); }

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

border-color css

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

 span { border-color: rgb(91,119,90); }

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