Html Css Color HEX #5E7571 William

📋 copy color: '#5E7571'

red 94 ◦ green 117 ◦ blue 113

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

Shades of William #5E7571

Tints of William #5E7571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.11%

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

R = 29.01%
G = 36.11%
B = 34.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#5E7571 (or 0x5E7571) is known color: William. HEX triplet: 5E, 75 and 71. RGB value is (94,117,113). Sum of RGB (Red+Green+Blue) = 94+117+113=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7571 is #A18A8E. Grayscale: #6D6D6D. Windows color (decimal): -10586767 or 7435614. OLE color: 7435614.

HSL color Cylindrical-coordinate representation of color #5E7571: hue angle of 169.57º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E7571 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 113 -
CMYK 0.20 0 0.03 0.54
HSL 169.57º 0.11% 0.41% -
HSV(B) 169.57º 0.2% 0.46% -
XYZ 13.96 16.29 18.03 -
YUV 109.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 94 117 113 0.20 0 0.03 0.54 169.57 0.11 0.41
Hex 5E 75 71 14 0 3 36 AA B 29
Octal 136 165 161 24 0 3 66 252 13 51
Binary 1011110 1110101 1110001 10100 0 11 110110 10101010 1011 101001

Color Harmonies of #5E7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7571

Black with #5E7571

Text Example


Text Example

White with #5E7571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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