#70596F

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

Shades of Salt Box #70596F

Tints of Salt Box #70596F

Color information

#70596F (or 0x70596F) is unknown color: approx Salt Box. HEX triplet: 70, 59 and 6F. RGB value is (112,89,111). Sum of RGB (Red+Green+Blue) = 112+89+111=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #70596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70596F is #8FA690. Grayscale: #626262. Windows color (decimal): -9414289 or 7297392. OLE color: 7297392.

HSL color Cylindrical-coordinate representation of color #70596F: hue angle of 302.61º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70596F is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11289111-
CMYK00.210.010.56
HSL302.61º11.44%39.41%-
HSV(B)302.61º20.54%43.92%-
XYZ13.1211.7416.61-
YUV98.38135.12137.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=35.90%
G=28.53%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128911100.210.010.56302.6111.4439.41
Hex70596F01513812fb27
Octal1601311570251704571347
Binary11100001011001110111101010111110001001011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70596F; }

 p { color: rgb(112,89,111); }

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

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

 a { background-color: rgb(112,89,111); }

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

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

 span { border-color: rgb(112,89,111); }

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