Html Css Color HEX #5E716E William

📋 copy color: '#5E716E'

red 94 ◦ green 113 ◦ blue 110

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

Shades of William #5E716E

Tints of William #5E716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.7%

R = 29.65%
G = 35.65%
B = 34.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#5E716E (or 0x5E716E) is known color: William. HEX triplet: 5E, 71 and 6E. RGB value is (94,113,110). Sum of RGB (Red+Green+Blue) = 94+113+110=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 113 - color contains mainly: green. Hex color #5E716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E716E is #A18E91. Grayscale: #6A6A6A. Windows color (decimal): -10587794 or 7237982. OLE color: 7237982.

HSL color Cylindrical-coordinate representation of color #5E716E: hue angle of 170.53º 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 #5E716E is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 110 -
CMYK 0.17 0 0.03 0.56
HSL 170.53º 0.09% 0.41% -
HSV(B) 170.53º 0.17% 0.44% -
XYZ 13.34 15.32 17.01 -
YUV 106.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 94 113 110 0.17 0 0.03 0.56 170.53 0.09 0.41
Hex 5E 71 6E 11 0 3 38 AB 9 29
Octal 136 161 156 21 0 3 70 253 11 51
Binary 1011110 1110001 1101110 10001 0 11 111000 10101011 1001 101001

Color Harmonies of #5E716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E716E

Black with #5E716E

Text Example


Text Example

White with #5E716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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