#73556F

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

Shades of Salt Box #73556F

Tints of Salt Box #73556F

Color information

#73556F (or 0x73556F) is unknown color: approx Salt Box. HEX triplet: 73, 55 and 6F. RGB value is (115,85,111). Sum of RGB (Red+Green+Blue) = 115+85+111=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #73556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73556F is #8CAA90. Grayscale: #606060. Windows color (decimal): -9218705 or 7296371. OLE color: 7296371.

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

Color convert

RGB11585111-
CMYK00.260.030.55
HSL308º15%39.22%-
HSV(B)308º26.09%45.1%-
XYZ13.1911.2916.52-
YUV96.93135.94140.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=36.98%
G=27.33%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158511100.260.030.553081539.22
Hex73556F01A337134f27
Octal1631251570323674641747
Binary111001110101011101111011010111101111001101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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