#75586D

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

Shades of Salt Box #75586D

Tints of Salt Box #75586D

Color information

#75586D (or 0x75586D) is unknown color: approx Salt Box. HEX triplet: 75, 58 and 6D. RGB value is (117,88,109). Sum of RGB (Red+Green+Blue) = 117+88+109=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #75586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75586D is #8AA792. Grayscale: #636363. Windows color (decimal): -9086867 or 7166069. OLE color: 7166069.

HSL color Cylindrical-coordinate representation of color #75586D: hue angle of 316.55º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75586D is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11788109-
CMYK00.250.070.54
HSL316.55º14.15%40.2%-
HSV(B)316.55º24.79%45.88%-
XYZ13.5911.8716.04-
YUV99.06133.61140.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=37.26%
G=28.03%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178810900.250.070.54316.5514.1540.2
Hex75586D01973613de28
Octal1651301550317664751650
Binary1110101101100011011010110011111101101001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75586D; }

 p { color: rgb(117,88,109); }

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

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

 a { background-color: rgb(117,88,109); }

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

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

 span { border-color: rgb(117,88,109); }

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