Html Css Color HEX #5E704E Dingley

📋 copy color: '#5E704E'

red 94 ◦ green 112 ◦ blue 78

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

Shades of Dingley #5E704E

Tints of Dingley #5E704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.46%

R = 33.1%
G = 39.44%
B = 27.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#5E704E (or 0x5E704E) is known color: Dingley. HEX triplet: 5E, 70 and 4E. RGB value is (94,112,78). Sum of RGB (Red+Green+Blue) = 94+112+78=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #5E704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E704E is #A18FB1. Grayscale: #666666. Windows color (decimal): -10588082 or 5140574. OLE color: 5140574.

HSL color Cylindrical-coordinate representation of color #5E704E: hue angle of 91.76º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E704E is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 78 -
CMYK 0.16 0 0.30 0.56
HSL 91.76º 0.18% 0.37% -
HSV(B) 91.76º 0.3% 0.44% -
XYZ 11.79 14.52 9.39 -
YUV 102.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 94 112 78 0.16 0 0.30 0.56 91.76 0.18 0.37
Hex 5E 70 4E 10 0 1E 38 5C 12 25
Octal 136 160 116 20 0 36 70 134 22 45
Binary 1011110 1110000 1001110 10000 0 11110 111000 1011100 10010 100101

Color Harmonies of #5E704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E704E

Black with #5E704E

Text Example


Text Example

White with #5E704E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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