#70586E

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

Shades of Salt Box #70586E

Tints of Salt Box #70586E

Color information

#70586E (or 0x70586E) is unknown color: approx Salt Box. HEX triplet: 70, 58 and 6E. RGB value is (112,88,110). Sum of RGB (Red+Green+Blue) = 112+88+110=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #70586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70586E is #8FA791. Grayscale: #616161. Windows color (decimal): -9414546 or 7231600. OLE color: 7231600.

HSL color Cylindrical-coordinate representation of color #70586E: hue angle of 305º degrees, saturation: 0.12, 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 #70586E is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11288110-
CMYK00.210.020.56
HSL305º12%39.22%-
HSV(B)305º21.43%43.92%-
XYZ12.9911.5516.3-
YUV97.68134.95138.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=36.13%
G=28.39%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128811000.210.020.563051239.22
Hex70586E015238131c27
Octal1601301560252704611447
Binary111000010110001101110010101101110001001100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70586E; }

 p { color: rgb(112,88,110); }

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

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

 a { background-color: rgb(112,88,110); }

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

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

 span { border-color: rgb(112,88,110); }

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