Html Css Color HEX #5F734D Dingley

📋 copy color: '#5F734D'

red 95 ◦ green 115 ◦ blue 77

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

Shades of Dingley #5F734D

Tints of Dingley #5F734D

RGB

 RED value IS 95 (37.5% from 255) = 33.1%

 GREEN value IS 115 (45.31% from 255) = 40.07%

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

R = 33.1%
G = 40.07%
B = 26.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#5F734D (or 0x5F734D) is known color: Dingley. HEX triplet: 5F, 73 and 4D. RGB value is (95,115,77). Sum of RGB (Red+Green+Blue) = 95+115+77=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #5F734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F734D is #A08CB2. Grayscale: #686868. Windows color (decimal): -10521779 or 5075807. OLE color: 5075807.

HSL color Cylindrical-coordinate representation of color #5F734D: hue angle of 91.58º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F734D is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 115 77 -
CMYK 0.17 0 0.33 0.55
HSL 91.58º 0.2% 0.38% -
HSV(B) 91.58º 0.33% 0.45% -
XYZ 12.19 15.23 9.32 -
YUV 104.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 95 115 77 0.17 0 0.33 0.55 91.58 0.2 0.38
Hex 5F 73 4D 11 0 21 37 5C 14 26
Octal 137 163 115 21 0 41 67 134 24 46
Binary 1011111 1110011 1001101 10001 0 100001 110111 1011100 10100 100110

Color Harmonies of #5F734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F734D

Black with #5F734D

Text Example


Text Example

White with #5F734D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,115,77); }

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

background-color css

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

 a { background-color: rgb(95,115,77); }

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

border-color css

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

 span { border-color: rgb(95,115,77); }

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