Html Css Color HEX #5D7854 Finlandia

📋 copy color: '#5D7854'

red 93 ◦ green 120 ◦ blue 84

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

Shades of Finlandia #5D7854

Tints of Finlandia #5D7854

RGB

 RED value IS 93 (36.72% from 255) = 31.31%

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

 BLUE value IS 84 (33.2% from 255) = 28.28%

R = 31.31%
G = 40.4%
B = 28.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#5D7854 (or 0x5D7854) is known color: Finlandia. HEX triplet: 5D, 78 and 54. RGB value is (93,120,84). Sum of RGB (Red+Green+Blue) = 93+120+84=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7854 is #A287AB. Grayscale: #6B6B6B. Windows color (decimal): -10651564 or 5535837. OLE color: 5535837.

HSL color Cylindrical-coordinate representation of color #5D7854: hue angle of 105º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D7854 is Cyan = 0.22, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 120 84 -
CMYK 0.22 0 0.3 0.53
HSL 105º 0.18% 0.4% -
HSV(B) 105º 0.3% 0.47% -
XYZ 12.83 16.4 10.88 -
YUV 107.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 93 120 84 0.22 0 0.3 0.53 105 0.18 0.4
Hex 5D 78 54 16 0 1E 35 69 12 28
Octal 135 170 124 26 0 36 65 151 22 50
Binary 1011101 1111000 1010100 10110 0 11110 110101 1101001 10010 101000

Color Harmonies of #5D7854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7854

Black with #5D7854

Text Example


Text Example

White with #5D7854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,120,84); }

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

background-color css

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

 a { background-color: rgb(93,120,84); }

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

border-color css

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

 span { border-color: rgb(93,120,84); }

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