#70556E

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

Shades of Salt Box #70556E

Tints of Salt Box #70556E

Color information

#70556E (or 0x70556E) is unknown color: approx Salt Box. HEX triplet: 70, 55 and 6E. RGB value is (112,85,110). Sum of RGB (Red+Green+Blue) = 112+85+110=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #70556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70556E is #8FAA91. Grayscale: #5F5F5F. Windows color (decimal): -9415314 or 7230832. OLE color: 7230832.

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

Color convert

RGB11285110-
CMYK00.240.020.56
HSL304.44º13.71%38.63%-
HSV(B)304.44º24.11%43.92%-
XYZ12.7511.0716.22-
YUV95.92135.95139.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=36.48%
G=27.69%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128511000.240.020.56304.4413.7138.63
Hex70556E018238130e27
Octal1601251560302704601647
Binary111000010101011101110011000101110001001100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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