#5A7671

Color #5A7671 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #5A7671

Tints of William #5A7671

Color information

#5A7671 (or 0x5A7671) is unknown color: approx William. HEX triplet: 5A, 76 and 71. RGB value is (90,118,113). Sum of RGB (Red+Green+Blue) = 90+118+113=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7671 is #A5898E. Grayscale: #6D6D6D. Windows color (decimal): -10848655 or 7435866. OLE color: 7435866.

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

Color convert

RGB90118113-
CMYK0.2400.040.54
HSL169.29º13.46%40.78%-
HSV(B)169.29º23.73%46.27%-
XYZ13.6816.3218.05-
YUV109.06130.22114.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.04%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=28.04%
G=36.76%
B=35.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal901181130.2400.040.54169.2913.4640.78
Hex5A7671180436a9d29
Octal1321661613004662511551
Binary101101011101101110001110000100110110101010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A7671;
 }
 .AnyTagClassName
 {
   color: #5A7671;
 }
</style>
background-color css

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

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

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

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

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

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