Html Css Color HEX #5D726D William

📋 copy color: '#5D726D'

red 93 ◦ green 114 ◦ blue 109

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

Shades of William #5D726D

Tints of William #5D726D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 29.43%
G = 36.08%
B = 34.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#5D726D (or 0x5D726D) is known color: William. HEX triplet: 5D, 72 and 6D. RGB value is (93,114,109). Sum of RGB (Red+Green+Blue) = 93+114+109=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #5D726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D726D is #A28D92. Grayscale: #6B6B6B. Windows color (decimal): -10653075 or 7172701. OLE color: 7172701.

HSL color Cylindrical-coordinate representation of color #5D726D: hue angle of 165.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D726D is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 114 109 -
CMYK 0.18 0 0.04 0.55
HSL 165.71º 0.1% 0.41% -
HSV(B) 165.71º 0.18% 0.45% -
XYZ 13.29 15.47 16.75 -
YUV 107.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 93 114 109 0.18 0 0.04 0.55 165.71 0.1 0.41
Hex 5D 72 6D 12 0 4 37 A6 A 29
Octal 135 162 155 22 0 4 67 246 12 51
Binary 1011101 1110010 1101101 10010 0 100 110111 10100110 1010 101001

Color Harmonies of #5D726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D726D

Black with #5D726D

Text Example


Text Example

White with #5D726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,114,109); }

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

background-color css

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

 a { background-color: rgb(93,114,109); }

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

border-color css

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

 span { border-color: rgb(93,114,109); }

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