Html Css Color HEX #5D6F4E Dingley

📋 copy color: '#5D6F4E'

red 93 ◦ green 111 ◦ blue 78

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

Shades of Dingley #5D6F4E

Tints of Dingley #5D6F4E

RGB

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

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

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

R = 32.98%
G = 39.36%
B = 27.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#5D6F4E (or 0x5D6F4E) is known color: Dingley. HEX triplet: 5D, 6F and 4E. RGB value is (93,111,78). Sum of RGB (Red+Green+Blue) = 93+111+78=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6F4E is #A290B1. Grayscale: #656565. Windows color (decimal): -10653874 or 5140317. OLE color: 5140317.

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

Color convert

RGB 93 111 78 -
CMYK 0.16 0 0.30 0.56
HSL 92.73º 0.17% 0.37% -
HSV(B) 92.73º 0.3% 0.44% -
XYZ 11.57 14.25 9.35 -
YUV 101.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 93 111 78 0.16 0 0.30 0.56 92.73 0.17 0.37
Hex 5D 6F 4E 10 0 1E 38 5D 11 25
Octal 135 157 116 20 0 36 70 135 21 45
Binary 1011101 1101111 1001110 10000 0 11110 111000 1011101 10001 100101

Color Harmonies of #5D6F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6F4E

Black with #5D6F4E

Text Example


Text Example

White with #5D6F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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