#70566E

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

Shades of Salt Box #70566E

Tints of Salt Box #70566E

Color information

#70566E (or 0x70566E) is unknown color: approx Salt Box. HEX triplet: 70, 56 and 6E. RGB value is (112,86,110). Sum of RGB (Red+Green+Blue) = 112+86+110=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #70566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70566E is #8FA991. Grayscale: #606060. Windows color (decimal): -9415058 or 7231088. OLE color: 7231088.

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

Color convert

RGB11286110-
CMYK00.230.020.56
HSL304.62º13.13%38.82%-
HSV(B)304.62º23.21%43.92%-
XYZ12.8211.2316.24-
YUV96.51135.61139.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=36.36%
G=27.92%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128611000.230.020.56304.6213.1338.82
Hex70566E017238131d27
Octal1601261560272704611547
Binary111000010101101101110010111101110001001100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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