#73556B

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

Shades of Salt Box #73556B

Tints of Salt Box #73556B

Color information

#73556B (or 0x73556B) is unknown color: approx Salt Box. HEX triplet: 73, 55 and 6B. RGB value is (115,85,107). Sum of RGB (Red+Green+Blue) = 115+85+107=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #73556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73556B is #8CAA94. Grayscale: #606060. Windows color (decimal): -9218709 or 7034227. OLE color: 7034227.

HSL color Cylindrical-coordinate representation of color #73556B: hue angle of 316º 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 #73556B is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11585107-
CMYK00.260.070.55
HSL316º15%39.22%-
HSV(B)316º26.09%45.1%-
XYZ12.9711.215.39-
YUV96.48133.94141.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=37.46%
G=27.69%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158510700.260.070.553161539.22
Hex73556B01A73713cf27
Octal1631251530327674741747
Binary1110011101010111010110110101111101111001111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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