Html Css Color HEX #5E7471 William

📋 copy color: '#5E7471'

red 94 ◦ green 116 ◦ blue 113

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

Shades of William #5E7471

Tints of William #5E7471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.91%

 BLUE value IS 113 (44.53% from 255) = 34.98%

R = 29.1%
G = 35.91%
B = 34.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#5E7471 (or 0x5E7471) is known color: William. HEX triplet: 5E, 74 and 71. RGB value is (94,116,113). Sum of RGB (Red+Green+Blue) = 94+116+113=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7471 is #A18B8E. Grayscale: #6D6D6D. Windows color (decimal): -10587023 or 7435358. OLE color: 7435358.

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

Color convert

RGB 94 116 113 -
CMYK 0.19 0 0.03 0.55
HSL 171.82º 0.1% 0.41% -
HSV(B) 171.82º 0.19% 0.45% -
XYZ 13.84 16.06 17.99 -
YUV 109.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 94 116 113 0.19 0 0.03 0.55 171.82 0.1 0.41
Hex 5E 74 71 13 0 3 37 AC A 29
Octal 136 164 161 23 0 3 67 254 12 51
Binary 1011110 1110100 1110001 10011 0 11 110111 10101100 1010 101001

Color Harmonies of #5E7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7471

Black with #5E7471

Text Example


Text Example

White with #5E7471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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