#73556E

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

Shades of Salt Box #73556E

Tints of Salt Box #73556E

Color information

#73556E (or 0x73556E) is unknown color: approx Salt Box. HEX triplet: 73, 55 and 6E. RGB value is (115,85,110). Sum of RGB (Red+Green+Blue) = 115+85+110=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #73556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73556E is #8CAA91. Grayscale: #606060. Windows color (decimal): -9218706 or 7230835. OLE color: 7230835.

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

Color convert

RGB11585110-
CMYK00.260.040.55
HSL310º15%39.22%-
HSV(B)310º26.09%45.1%-
XYZ13.1311.2716.23-
YUV96.82135.44140.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=37.10%
G=27.42%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158511000.260.040.553101539.22
Hex73556E01A437136f27
Octal1631251560324674661747
Binary1110011101010111011100110101001101111001101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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