#735569

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

Shades of Salt Box #735569

Tints of Salt Box #735569

Color information

#735569 (or 0x735569) is unknown color: approx Salt Box. HEX triplet: 73, 55 and 69. RGB value is (115,85,105). Sum of RGB (Red+Green+Blue) = 115+85+105=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #735569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735569 is #8CAA96. Grayscale: #606060. Windows color (decimal): -9218711 or 6903155. OLE color: 6903155.

HSL color Cylindrical-coordinate representation of color #735569: hue angle of 320º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735569 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11585105-
CMYK00.260.090.55
HSL320º15%39.22%-
HSV(B)320º26.09%45.1%-
XYZ12.8711.1614.84-
YUV96.25132.94141.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=37.70%
G=27.87%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158510500.260.090.553201539.22
Hex73556901A937140f27
Octal16312515103211675001747
Binary11100111010101110100101101010011101111010000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735569; }

 p { color: rgb(115,85,105); }

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

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

 a { background-color: rgb(115,85,105); }

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

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

 span { border-color: rgb(115,85,105); }

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