#70586D

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

Shades of Salt Box #70586D

Tints of Salt Box #70586D

Color information

#70586D (or 0x70586D) is unknown color: approx Salt Box. HEX triplet: 70, 58 and 6D. RGB value is (112,88,109). Sum of RGB (Red+Green+Blue) = 112+88+109=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #70586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70586D is #8FA792. Grayscale: #616161. Windows color (decimal): -9414547 or 7166064. OLE color: 7166064.

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

Color convert

RGB11288109-
CMYK00.210.030.56
HSL307.5º12%39.22%-
HSV(B)307.5º21.43%43.92%-
XYZ12.9311.5316.01-
YUV97.57134.45138.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=36.25%
G=28.48%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128810900.210.030.56307.51239.22
Hex70586D015338134c27
Octal1601301550253704641447
Binary111000010110001101101010101111110001001101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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