Html Css Color HEX #5E6E50 Dingley

📋 copy color: '#5E6E50'

red 94 ◦ green 110 ◦ blue 80

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

Shades of Dingley #5E6E50

Tints of Dingley #5E6E50

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.73%

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

R = 33.1%
G = 38.73%
B = 28.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#5E6E50 (or 0x5E6E50) is known color: Dingley. HEX triplet: 5E, 6E and 50. RGB value is (94,110,80). Sum of RGB (Red+Green+Blue) = 94+110+80=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6E50 is #A191AF. Grayscale: #656565. Windows color (decimal): -10588592 or 5271134. OLE color: 5271134.

HSL color Cylindrical-coordinate representation of color #5E6E50: hue angle of 92º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E6E50 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 110 80 -
CMYK 0.15 0 0.27 0.57
HSL 92º 0.16% 0.37% -
HSV(B) 92º 0.27% 0.43% -
XYZ 11.64 14.11 9.7 -
YUV 101.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 94 110 80 0.15 0 0.27 0.57 92 0.16 0.37
Hex 5E 6E 50 F 0 1B 39 5C 10 25
Octal 136 156 120 17 0 33 71 134 20 45
Binary 1011110 1101110 1010000 1111 0 11011 111001 1011100 10000 100101

Color Harmonies of #5E6E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6E50

Black with #5E6E50

Text Example


Text Example

White with #5E6E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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