#705569

Color #705569 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #705569

Tints of Salt Box #705569

Color information

#705569 (or 0x705569) is unknown color: approx Salt Box. HEX triplet: 70, 55 and 69. RGB value is (112,85,105). Sum of RGB (Red+Green+Blue) = 112+85+105=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #705569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705569 is #8FAA96. Grayscale: #5F5F5F. Windows color (decimal): -9415319 or 6903152. OLE color: 6903152.

HSL color Cylindrical-coordinate representation of color #705569: hue angle of 315.56º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705569 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11285105-
CMYK00.240.060.56
HSL315.56º13.71%38.63%-
HSV(B)315.56º24.11%43.92%-
XYZ12.4810.9614.82-
YUV95.35133.45139.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=37.09%
G=28.15%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128510500.240.060.56315.5613.7138.63
Hex70556901863813ce27
Octal1601251510306704741647
Binary1110000101010111010010110001101110001001111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705569; }

 p { color: rgb(112,85,105); }

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

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

 a { background-color: rgb(112,85,105); }

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

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

 span { border-color: rgb(112,85,105); }

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