Html Css Color HEX #5D794B Dingley

📋 copy color: '#5D794B'

red 93 ◦ green 121 ◦ blue 75

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

Shades of Dingley #5D794B

Tints of Dingley #5D794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.87%

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 32.18%
G = 41.87%
B = 25.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#5D794B (or 0x5D794B) is known color: Dingley. HEX triplet: 5D, 79 and 4B. RGB value is (93,121,75). Sum of RGB (Red+Green+Blue) = 93+121+75=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #5D794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D794B is #A286B4. Grayscale: #6B6B6B. Windows color (decimal): -10651317 or 4946269. OLE color: 4946269.

HSL color Cylindrical-coordinate representation of color #5D794B: hue angle of 96.52º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D794B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 121 75 -
CMYK 0.23 0 0.38 0.53
HSL 96.52º 0.23% 0.38% -
HSV(B) 96.52º 0.38% 0.47% -
XYZ 12.62 16.51 9.18 -
YUV 107.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 93 121 75 0.23 0 0.38 0.53 96.52 0.23 0.38
Hex 5D 79 4B 17 0 26 35 61 17 26
Octal 135 171 113 27 0 46 65 141 27 46
Binary 1011101 1111001 1001011 10111 0 100110 110101 1100001 10111 100110

Color Harmonies of #5D794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D794B

Black with #5D794B

Text Example


Text Example

White with #5D794B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,121,75); }

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

background-color css

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

 a { background-color: rgb(93,121,75); }

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

border-color css

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

 span { border-color: rgb(93,121,75); }

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