#5A7574

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

Shades of William #5A7574

Tints of William #5A7574

Color information

#5A7574 (or 0x5A7574) is unknown color: approx William. HEX triplet: 5A, 75 and 74. RGB value is (90,117,116). Sum of RGB (Red+Green+Blue) = 90+117+116=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7574 is #A58A8B. Grayscale: #6C6C6C. Windows color (decimal): -10848908 or 7632218. OLE color: 7632218.

HSL color Cylindrical-coordinate representation of color #5A7574: hue angle of 177.78º 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 #5A7574 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB90117116-
CMYK0.2300.010.54
HSL177.78º13.04%40.59%-
HSV(B)177.78º23.08%45.88%-
XYZ13.7316.1618.92-
YUV108.81132.05114.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.86%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 116 (45.70% from 255) = 35.91%
R=27.86%
G=36.22%
B=35.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal901171160.2300.010.54177.7813.0440.59
Hex5A7574170136b2d29
Octal1321651642701662621551
Binary1011010111010111101001011101110110101100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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