Html Css Color HEX #5A7471 William

📋 copy color: '#5A7471'

red 90 ◦ green 116 ◦ blue 113

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

Shades of William #5A7471

Tints of William #5A7471

RGB

 RED value IS 90 (35.55% from 255) = 28.21%

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

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

R = 28.21%
G = 36.36%
B = 35.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#5A7471 (or 0x5A7471) is known color: William. HEX triplet: 5A, 74 and 71. RGB value is (90,116,113). Sum of RGB (Red+Green+Blue) = 90+116+113=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7471 is #A58B8E. Grayscale: #6B6B6B. Windows color (decimal): -10849167 or 7435354. OLE color: 7435354.

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

Color convert

RGB 90 116 113 -
CMYK 0.22 0 0.03 0.55
HSL 173.08º 0.13% 0.4% -
HSV(B) 173.08º 0.22% 0.45% -
XYZ 13.44 15.86 17.97 -
YUV 107.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 90 116 113 0.22 0 0.03 0.55 173.08 0.13 0.4
Hex 5A 74 71 16 0 3 37 AD D 28
Octal 132 164 161 26 0 3 67 255 15 50
Binary 1011010 1110100 1110001 10110 0 11 110111 10101101 1101 101000

Color Harmonies of #5A7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7471

Black with #5A7471

Text Example


Text Example

White with #5A7471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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