#70516E

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

Shades of Salt Box #70516E

Tints of Salt Box #70516E

Color information

#70516E (or 0x70516E) is unknown color: approx Salt Box. HEX triplet: 70, 51 and 6E. RGB value is (112,81,110). Sum of RGB (Red+Green+Blue) = 112+81+110=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70516E is #8FAE91. Grayscale: #5D5D5D. Windows color (decimal): -9416338 or 7229808. OLE color: 7229808.

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

Color convert

RGB11281110-
CMYK00.280.020.56
HSL303.87º16.06%37.84%-
HSV(B)303.87º27.68%43.92%-
XYZ12.4410.4616.11-
YUV93.58137.27141.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 81 (32.03% from 255) = 26.73%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=36.96%
G=26.73%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128111000.280.020.56303.8716.0637.84
Hex70516E01C2381301026
Octal1601211560342704602046
Binary1110000101000111011100111001011100010011000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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