Html Css Color HEX #5E704F Dingley

📋 copy color: '#5E704F'

red 94 ◦ green 112 ◦ blue 79

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

Shades of Dingley #5E704F

Tints of Dingley #5E704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 32.98%
G = 39.3%
B = 27.72%

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

#5E704F (or 0x5E704F) is known color: Dingley. HEX triplet: 5E, 70 and 4F. RGB value is (94,112,79). Sum of RGB (Red+Green+Blue) = 94+112+79=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #5E704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E704F is #A18FB0. Grayscale: #666666. Windows color (decimal): -10588081 or 5206110. OLE color: 5206110.

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

Color convert

RGB 94 112 79 -
CMYK 0.16 0 0.29 0.56
HSL 92.73º 0.17% 0.37% -
HSV(B) 92.73º 0.29% 0.44% -
XYZ 11.82 14.53 9.58 -
YUV 102.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 94 112 79 0.16 0 0.29 0.56 92.73 0.17 0.37
Hex 5E 70 4F 10 0 1D 38 5D 11 25
Octal 136 160 117 20 0 35 70 135 21 45
Binary 1011110 1110000 1001111 10000 0 11101 111000 1011101 10001 100101

Color Harmonies of #5E704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E704F

Black with #5E704F

Text Example


Text Example

White with #5E704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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