Html Css Color HEX #5E716D William

📋 copy color: '#5E716D'

red 94 ◦ green 113 ◦ blue 109

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

Shades of William #5E716D

Tints of William #5E716D

RGB

 RED value IS 94 (37.11% from 255) = 29.75%

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

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

R = 29.75%
G = 35.76%
B = 34.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#5E716D (or 0x5E716D) is known color: William. HEX triplet: 5E, 71 and 6D. RGB value is (94,113,109). Sum of RGB (Red+Green+Blue) = 94+113+109=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #5E716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E716D is #A18E92. Grayscale: #6A6A6A. Windows color (decimal): -10587795 or 7172446. OLE color: 7172446.

HSL color Cylindrical-coordinate representation of color #5E716D: hue angle of 167.37º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E716D is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 109 -
CMYK 0.17 0 0.04 0.56
HSL 167.37º 0.09% 0.41% -
HSV(B) 167.37º 0.17% 0.44% -
XYZ 13.28 15.29 16.72 -
YUV 106.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 94 113 109 0.17 0 0.04 0.56 167.37 0.09 0.41
Hex 5E 71 6D 11 0 4 38 A7 9 29
Octal 136 161 155 21 0 4 70 247 11 51
Binary 1011110 1110001 1101101 10001 0 100 111000 10100111 1001 101001

Color Harmonies of #5E716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E716D

Black with #5E716D

Text Example


Text Example

White with #5E716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,109); }

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

background-color css

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

 a { background-color: rgb(94,113,109); }

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

border-color css

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

 span { border-color: rgb(94,113,109); }

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