#70556B

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

Shades of Salt Box #70556B

Tints of Salt Box #70556B

Color information

#70556B (or 0x70556B) is unknown color: approx Salt Box. HEX triplet: 70, 55 and 6B. RGB value is (112,85,107). Sum of RGB (Red+Green+Blue) = 112+85+107=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70556B is #8FAA94. Grayscale: #5F5F5F. Windows color (decimal): -9415317 or 7034224. OLE color: 7034224.

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

Color convert

RGB11285107-
CMYK00.240.040.56
HSL311.11º13.71%38.63%-
HSV(B)311.11º24.11%43.92%-
XYZ12.581115.37-
YUV95.58134.45139.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 107 (42.19% from 255) = 35.20%
R=36.84%
G=27.96%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128510700.240.040.56311.1113.7138.63
Hex70556B018438137e27
Octal1601251530304704671647
Binary1110000101010111010110110001001110001001101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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