#5A7270

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

Shades of William #5A7270

Tints of William #5A7270

Color information

#5A7270 (or 0x5A7270) is unknown color: approx William. HEX triplet: 5A, 72 and 70. RGB value is (90,114,112). Sum of RGB (Red+Green+Blue) = 90+114+112=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7270 is #A58D8F. Grayscale: #6A6A6A. Windows color (decimal): -10849680 or 7369306. OLE color: 7369306.

HSL color Cylindrical-coordinate representation of color #5A7270: hue angle of 175º 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 #5A7270 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB90114112-
CMYK0.2100.020.55
HSL175º11.76%40%-
HSV(B)175º21.05%44.71%-
XYZ13.1615.3817.6-
YUV106.6131.05116.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=28.48%
G=36.08%
B=35.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal901141120.2100.020.5517511.7640
Hex5A7270150237afc28
Octal1321621602502672571450
Binary10110101110010111000010101010110111101011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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