#70566B

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

Shades of Salt Box #70566B

Tints of Salt Box #70566B

Color information

#70566B (or 0x70566B) is unknown color: approx Salt Box. HEX triplet: 70, 56 and 6B. RGB value is (112,86,107). Sum of RGB (Red+Green+Blue) = 112+86+107=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #70566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70566B is #8FA994. Grayscale: #606060. Windows color (decimal): -9415061 or 7034480. OLE color: 7034480.

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

Color convert

RGB11286107-
CMYK00.230.040.56
HSL311.54º13.13%38.82%-
HSV(B)311.54º23.21%43.92%-
XYZ12.6611.1615.4-
YUV96.17134.11139.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=36.72%
G=28.20%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128610700.230.040.56311.5413.1338.82
Hex70566B017438138d27
Octal1601261530274704701547
Binary1110000101011011010110101111001110001001110001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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