#70596B

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

Shades of Salt Box #70596B

Tints of Salt Box #70596B

Color information

#70596B (or 0x70596B) is unknown color: approx Salt Box. HEX triplet: 70, 59 and 6B. RGB value is (112,89,107). Sum of RGB (Red+Green+Blue) = 112+89+107=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #70596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70596B is #8FA694. Grayscale: #616161. Windows color (decimal): -9414293 or 7035248. OLE color: 7035248.

HSL color Cylindrical-coordinate representation of color #70596B: hue angle of 313.04º 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 #70596B is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11289107-
CMYK00.210.040.56
HSL313.04º11.44%39.41%-
HSV(B)313.04º20.54%43.92%-
XYZ12.9111.6515.48-
YUV97.93133.12138.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=36.36%
G=28.90%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128910700.210.040.56313.0411.4439.41
Hex70596B015438139b27
Octal1601311530254704711347
Binary1110000101100111010110101011001110001001110011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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