Html Css Color HEX #5E725F Finlandia

📋 copy color: '#5E725F'

red 94 ◦ green 114 ◦ blue 95

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

Shades of Finlandia #5E725F

Tints of Finlandia #5E725F

RGB

 RED value IS 94 (37.11% from 255) = 31.02%

 GREEN value IS 114 (44.92% from 255) = 37.62%

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 31.02%
G = 37.62%
B = 31.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#5E725F (or 0x5E725F) is known color: Finlandia. HEX triplet: 5E, 72 and 5F. RGB value is (94,114,95). Sum of RGB (Red+Green+Blue) = 94+114+95=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #5E725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E725F is #A18DA0. Grayscale: #696969. Windows color (decimal): -10587553 or 6255198. OLE color: 6255198.

HSL color Cylindrical-coordinate representation of color #5E725F: hue angle of 123º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E725F is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 114 95 -
CMYK 0.18 0 0.17 0.55
HSL 123º 0.1% 0.41% -
HSV(B) 123º 0.18% 0.45% -
XYZ 12.7 15.24 13.1 -
YUV 105.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 94 114 95 0.18 0 0.17 0.55 123 0.1 0.41
Hex 5E 72 5F 12 0 11 37 7B A 29
Octal 136 162 137 22 0 21 67 173 12 51
Binary 1011110 1110010 1011111 10010 0 10001 110111 1111011 1010 101001

Color Harmonies of #5E725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E725F

Black with #5E725F

Text Example


Text Example

White with #5E725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,114,95); }

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

background-color css

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

 a { background-color: rgb(94,114,95); }

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

border-color css

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

 span { border-color: rgb(94,114,95); }

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