#5A706D

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

Shades of William #5A706D

Tints of William #5A706D

Color information

#5A706D (or 0x5A706D) is unknown color: approx William. HEX triplet: 5A, 70 and 6D. RGB value is (90,112,109). Sum of RGB (Red+Green+Blue) = 90+112+109=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #5A706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A706D is #A58F92. Grayscale: #696969. Windows color (decimal): -10850195 or 7172186. OLE color: 7172186.

HSL color Cylindrical-coordinate representation of color #5A706D: hue angle of 171.82º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A706D is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB90112109-
CMYK0.2000.030.56
HSL171.82º10.89%39.61%-
HSV(B)171.82º19.64%43.92%-
XYZ12.7714.8716.66-
YUV105.08130.21117.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.94%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=28.94%
G=36.01%
B=35.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal901121090.2000.030.56171.8210.8939.61
Hex5A706D140338acb28
Octal1321601552403702541350
Binary10110101110000110110110100011111000101011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,112,109); }

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

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

 a { background-color: rgb(90,112,109); }

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

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

 span { border-color: rgb(90,112,109); }

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