#75586C

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

Shades of Salt Box #75586C

Tints of Salt Box #75586C

Color information

#75586C (or 0x75586C) is unknown color: approx Salt Box. HEX triplet: 75, 58 and 6C. RGB value is (117,88,108). Sum of RGB (Red+Green+Blue) = 117+88+108=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75586C is #8AA793. Grayscale: #626262. Windows color (decimal): -9086868 or 7100533. OLE color: 7100533.

HSL color Cylindrical-coordinate representation of color #75586C: hue angle of 318.62º 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 #75586C is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11788108-
CMYK00.250.080.54
HSL318.62º14.15%40.2%-
HSV(B)318.62º24.79%45.88%-
XYZ13.5311.8415.76-
YUV98.95133.11140.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=37.38%
G=28.12%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178810800.250.080.54318.6214.1540.2
Hex75586C01983613fe28
Octal16513015403110664771650
Binary11101011011000110110001100110001101101001111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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