Html Css Color HEX #5D704E Dingley

📋 copy color: '#5D704E'

red 93 ◦ green 112 ◦ blue 78

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

Shades of Dingley #5D704E

Tints of Dingley #5D704E

RGB

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

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

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

R = 32.86%
G = 39.58%
B = 27.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#5D704E (or 0x5D704E) is known color: Dingley. HEX triplet: 5D, 70 and 4E. RGB value is (93,112,78). Sum of RGB (Red+Green+Blue) = 93+112+78=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #5D704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D704E is #A28FB1. Grayscale: #666666. Windows color (decimal): -10653618 or 5140573. OLE color: 5140573.

HSL color Cylindrical-coordinate representation of color #5D704E: hue angle of 93.53º 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 #5D704E is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 112 78 -
CMYK 0.17 0 0.30 0.56
HSL 93.53º 0.18% 0.37% -
HSV(B) 93.53º 0.3% 0.44% -
XYZ 11.68 14.47 9.38 -
YUV 102.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 93 112 78 0.17 0 0.30 0.56 93.53 0.18 0.37
Hex 5D 70 4E 11 0 1E 38 5E 12 25
Octal 135 160 116 21 0 36 70 136 22 45
Binary 1011101 1110000 1001110 10001 0 11110 111000 1011110 10010 100101

Color Harmonies of #5D704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D704E

Black with #5D704E

Text Example


Text Example

White with #5D704E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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