#70566F

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

Shades of Salt Box #70566F

Tints of Salt Box #70566F

Color information

#70566F (or 0x70566F) is unknown color: approx Salt Box. HEX triplet: 70, 56 and 6F. RGB value is (112,86,111). Sum of RGB (Red+Green+Blue) = 112+86+111=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #70566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70566F is #8FA990. Grayscale: #606060. Windows color (decimal): -9415057 or 7296624. OLE color: 7296624.

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

Color convert

RGB11286111-
CMYK00.230.010.56
HSL302.31º13.13%38.82%-
HSV(B)302.31º23.21%43.92%-
XYZ12.8811.2516.53-
YUV96.62136.11138.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=36.25%
G=27.83%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128611100.230.010.56302.3113.1338.82
Hex70566F01713812ed27
Octal1601261570271704561547
Binary11100001010110110111101011111110001001011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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