Html Css Color HEX #5E754F Dingley

📋 copy color: '#5E754F'

red 94 ◦ green 117 ◦ blue 79

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

Shades of Dingley #5E754F

Tints of Dingley #5E754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

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

R = 32.41%
G = 40.34%
B = 27.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#5E754F (or 0x5E754F) is known color: Dingley. HEX triplet: 5E, 75 and 4F. RGB value is (94,117,79). Sum of RGB (Red+Green+Blue) = 94+117+79=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #5E754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E754F is #A18AB0. Grayscale: #696969. Windows color (decimal): -10586801 or 5207390. OLE color: 5207390.

HSL color Cylindrical-coordinate representation of color #5E754F: hue angle of 96.32º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E754F is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 79 -
CMYK 0.20 0 0.32 0.54
HSL 96.32º 0.19% 0.38% -
HSV(B) 96.32º 0.32% 0.46% -
XYZ 12.39 15.67 9.77 -
YUV 105.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 94 117 79 0.20 0 0.32 0.54 96.32 0.19 0.38
Hex 5E 75 4F 14 0 20 36 60 13 26
Octal 136 165 117 24 0 40 66 140 23 46
Binary 1011110 1110101 1001111 10100 0 100000 110110 1100000 10011 100110

Color Harmonies of #5E754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E754F

Black with #5E754F

Text Example


Text Example

White with #5E754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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