Html Css Color HEX #5B714D Dingley

📋 copy color: '#5B714D'

red 91 ◦ green 113 ◦ blue 77

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

Shades of Dingley #5B714D

Tints of Dingley #5B714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

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

R = 32.38%
G = 40.21%
B = 27.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#5B714D (or 0x5B714D) is known color: Dingley. HEX triplet: 5B, 71 and 4D. RGB value is (91,113,77). Sum of RGB (Red+Green+Blue) = 91+113+77=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #5B714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B714D is #A48EB2. Grayscale: #666666. Windows color (decimal): -10784435 or 5075291. OLE color: 5075291.

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

Color convert

RGB 91 113 77 -
CMYK 0.19 0 0.32 0.56
HSL 96.67º 0.19% 0.37% -
HSV(B) 96.67º 0.32% 0.44% -
XYZ 11.56 14.57 9.22 -
YUV 102.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 91 113 77 0.19 0 0.32 0.56 96.67 0.19 0.37
Hex 5B 71 4D 13 0 20 38 61 13 25
Octal 133 161 115 23 0 40 70 141 23 45
Binary 1011011 1110001 1001101 10011 0 100000 111000 1100001 10011 100101

Color Harmonies of #5B714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B714D

Black with #5B714D

Text Example


Text Example

White with #5B714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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