Html Css Color HEX #5E6F4F Dingley

📋 copy color: '#5E6F4F'

red 94 ◦ green 111 ◦ blue 79

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

Shades of Dingley #5E6F4F

Tints of Dingley #5E6F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.08%

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

R = 33.1%
G = 39.08%
B = 27.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#5E6F4F (or 0x5E6F4F) is known color: Dingley. HEX triplet: 5E, 6F and 4F. RGB value is (94,111,79). Sum of RGB (Red+Green+Blue) = 94+111+79=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F4F is #A190B0. Grayscale: #666666. Windows color (decimal): -10588337 or 5205854. OLE color: 5205854.

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

Color convert

RGB 94 111 79 -
CMYK 0.15 0 0.29 0.56
HSL 91.88º 0.17% 0.37% -
HSV(B) 91.88º 0.29% 0.44% -
XYZ 11.71 14.31 9.54 -
YUV 102.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 94 111 79 0.15 0 0.29 0.56 91.88 0.17 0.37
Hex 5E 6F 4F F 0 1D 38 5C 11 25
Octal 136 157 117 17 0 35 70 134 21 45
Binary 1011110 1101111 1001111 1111 0 11101 111000 1011100 10001 100101

Color Harmonies of #5E6F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6F4F

Black with #5E6F4F

Text Example


Text Example

White with #5E6F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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