Html Css Color HEX #5A7271 William

📋 copy color: '#5A7271'

red 90 ◦ green 114 ◦ blue 113

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

Shades of William #5A7271

Tints of William #5A7271

RGB

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

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

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

R = 28.39%
G = 35.96%
B = 35.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#5A7271 (or 0x5A7271) is known color: William. HEX triplet: 5A, 72 and 71. RGB value is (90,114,113). Sum of RGB (Red+Green+Blue) = 90+114+113=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7271 is #A58D8E. Grayscale: #6A6A6A. Windows color (decimal): -10849679 or 7434842. OLE color: 7434842.

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

Color convert

RGB 90 114 113 -
CMYK 0.21 0 0.01 0.55
HSL 177.5º 0.12% 0.4% -
HSV(B) 177.5º 0.21% 0.45% -
XYZ 13.21 15.4 17.9 -
YUV 106.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 90 114 113 0.21 0 0.01 0.55 177.5 0.12 0.4
Hex 5A 72 71 15 0 1 37 B2 C 28
Octal 132 162 161 25 0 1 67 262 14 50
Binary 1011010 1110010 1110001 10101 0 1 110111 10110010 1100 101000

Color Harmonies of #5A7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7271

Black with #5A7271

Text Example


Text Example

White with #5A7271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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