Html Css Color HEX #5E726E William

📋 copy color: '#5E726E'

red 94 ◦ green 114 ◦ blue 110

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

Shades of William #5E726E

Tints of William #5E726E

RGB

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

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

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

R = 29.56%
G = 35.85%
B = 34.59%

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

#5E726E (or 0x5E726E) is known color: William. HEX triplet: 5E, 72 and 6E. RGB value is (94,114,110). Sum of RGB (Red+Green+Blue) = 94+114+110=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #5E726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E726E is #A18D91. Grayscale: #6B6B6B. Windows color (decimal): -10587538 or 7238238. OLE color: 7238238.

HSL color Cylindrical-coordinate representation of color #5E726E: hue angle of 168º 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 #5E726E is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 114 110 -
CMYK 0.18 0 0.04 0.55
HSL 168º 0.1% 0.41% -
HSV(B) 168º 0.18% 0.45% -
XYZ 13.45 15.54 17.04 -
YUV 107.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 94 114 110 0.18 0 0.04 0.55 168 0.1 0.41
Hex 5E 72 6E 12 0 4 37 A8 A 29
Octal 136 162 156 22 0 4 67 250 12 51
Binary 1011110 1110010 1101110 10010 0 100 110111 10101000 1010 101001

Color Harmonies of #5E726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E726E

Black with #5E726E

Text Example


Text Example

White with #5E726E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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