#5A7871

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

Shades of William #5A7871

Tints of William #5A7871

Color information

#5A7871 (or 0x5A7871) is unknown color: approx William. HEX triplet: 5A, 78 and 71. RGB value is (90,120,113). Sum of RGB (Red+Green+Blue) = 90+120+113=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7871 is #A5878E. Grayscale: #6E6E6E. Windows color (decimal): -10848143 or 7436378. OLE color: 7436378.

HSL color Cylindrical-coordinate representation of color #5A7871: hue angle of 166º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A7871 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB90120113-
CMYK0.2500.060.53
HSL166º14.29%41.18%-
HSV(B)166º25%47.06%-
XYZ13.9116.818.13-
YUV110.23129.56113.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.86%
GREEN value IS 120 (47.27% from 255) = 37.15%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=27.86%
G=37.15%
B=34.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal901201130.2500.060.5316614.2941.18
Hex5A7871190635a6e29
Octal1321701613106652461651
Binary101101011110001110001110010110110101101001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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