Html Css Color HEX #5B724D Dingley

📋 copy color: '#5B724D'

red 91 ◦ green 114 ◦ blue 77

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

Shades of Dingley #5B724D

Tints of Dingley #5B724D

RGB

 RED value IS 91 (35.94% from 255) = 32.27%

 GREEN value IS 114 (44.92% from 255) = 40.43%

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 32.27%
G = 40.43%
B = 27.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#5B724D (or 0x5B724D) is known color: Dingley. HEX triplet: 5B, 72 and 4D. RGB value is (91,114,77). Sum of RGB (Red+Green+Blue) = 91+114+77=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #5B724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B724D is #A48DB2. Grayscale: #676767. Windows color (decimal): -10784179 or 5075547. OLE color: 5075547.

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

Color convert

RGB 91 114 77 -
CMYK 0.20 0 0.32 0.55
HSL 97.3º 0.19% 0.37% -
HSV(B) 97.3º 0.32% 0.45% -
XYZ 11.67 14.79 9.26 -
YUV 102.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 91 114 77 0.20 0 0.32 0.55 97.3 0.19 0.37
Hex 5B 72 4D 14 0 20 37 61 13 25
Octal 133 162 115 24 0 40 67 141 23 45
Binary 1011011 1110010 1001101 10100 0 100000 110111 1100001 10011 100101

Color Harmonies of #5B724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B724D

Black with #5B724D

Text Example


Text Example

White with #5B724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,114,77); }

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

background-color css

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

 a { background-color: rgb(91,114,77); }

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

border-color css

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

 span { border-color: rgb(91,114,77); }

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