#70586F

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

Shades of Salt Box #70586F

Tints of Salt Box #70586F

Color information

#70586F (or 0x70586F) is unknown color: approx Salt Box. HEX triplet: 70, 58 and 6F. RGB value is (112,88,111). Sum of RGB (Red+Green+Blue) = 112+88+111=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #70586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70586F is #8FA790. Grayscale: #616161. Windows color (decimal): -9414545 or 7297136. OLE color: 7297136.

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

Color convert

RGB11288111-
CMYK00.210.010.56
HSL302.5º12%39.22%-
HSV(B)302.5º21.43%43.92%-
XYZ13.0411.5716.59-
YUV97.8135.45138.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=36.01%
G=28.30%
B=35.69%

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
Decimal1128811100.210.010.56302.51239.22
Hex70586F01513812ec27
Octal1601301570251704561447
Binary11100001011000110111101010111110001001011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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