#70526E

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

Shades of Salt Box #70526E

Tints of Salt Box #70526E

Color information

#70526E (or 0x70526E) is unknown color: approx Salt Box. HEX triplet: 70, 52 and 6E. RGB value is (112,82,110). Sum of RGB (Red+Green+Blue) = 112+82+110=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70526E is #8FAD91. Grayscale: #5E5E5E. Windows color (decimal): -9416082 or 7230064. OLE color: 7230064.

HSL color Cylindrical-coordinate representation of color #70526E: hue angle of 304º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70526E is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11282110-
CMYK00.270.020.56
HSL304º15.46%38.04%-
HSV(B)304º26.79%43.92%-
XYZ12.5110.6116.14-
YUV94.16136.94140.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=36.84%
G=26.97%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128211000.270.020.5630415.4638.04
Hex70526E01B238130f26
Octal1601221560332704601746
Binary111000010100101101110011011101110001001100001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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