Html Css Color HEX #5E7050 Dingley

📋 copy color: '#5E7050'

red 94 ◦ green 112 ◦ blue 80

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

Shades of Dingley #5E7050

Tints of Dingley #5E7050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 32.87%
G = 39.16%
B = 27.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#5E7050 (or 0x5E7050) is known color: Dingley. HEX triplet: 5E, 70 and 50. RGB value is (94,112,80). Sum of RGB (Red+Green+Blue) = 94+112+80=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7050 is #A18FAF. Grayscale: #676767. Windows color (decimal): -10588080 or 5271646. OLE color: 5271646.

HSL color Cylindrical-coordinate representation of color #5E7050: hue angle of 93.75º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E7050 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 80 -
CMYK 0.16 0 0.29 0.56
HSL 93.75º 0.17% 0.38% -
HSV(B) 93.75º 0.29% 0.44% -
XYZ 11.86 14.55 9.77 -
YUV 102.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 94 112 80 0.16 0 0.29 0.56 93.75 0.17 0.38
Hex 5E 70 50 10 0 1D 38 5E 11 26
Octal 136 160 120 20 0 35 70 136 21 46
Binary 1011110 1110000 1010000 10000 0 11101 111000 1011110 10001 100110

Color Harmonies of #5E7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7050

Black with #5E7050

Text Example


Text Example

White with #5E7050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,80); }

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

background-color css

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

 a { background-color: rgb(94,112,80); }

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

border-color css

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

 span { border-color: rgb(94,112,80); }

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