Html Css Color HEX #5A7571 William

📋 copy color: '#5A7571'

red 90 ◦ green 117 ◦ blue 113

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

Shades of William #5A7571

Tints of William #5A7571

RGB

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

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

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

R = 28.13%
G = 36.56%
B = 35.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#5A7571 (or 0x5A7571) is known color: William. HEX triplet: 5A, 75 and 71. RGB value is (90,117,113). Sum of RGB (Red+Green+Blue) = 90+117+113=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7571 is #A58A8E. Grayscale: #6C6C6C. Windows color (decimal): -10848911 or 7435610. OLE color: 7435610.

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

Color convert

RGB 90 117 113 -
CMYK 0.23 0 0.03 0.54
HSL 171.11º 0.13% 0.41% -
HSV(B) 171.11º 0.23% 0.46% -
XYZ 13.56 16.09 18.01 -
YUV 108.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 90 117 113 0.23 0 0.03 0.54 171.11 0.13 0.41
Hex 5A 75 71 17 0 3 36 AB D 29
Octal 132 165 161 27 0 3 66 253 15 51
Binary 1011010 1110101 1110001 10111 0 11 110110 10101011 1101 101001

Color Harmonies of #5A7571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7571

Black with #5A7571

Text Example


Text Example

White with #5A7571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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