#75586E

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

Shades of Salt Box #75586E

Tints of Salt Box #75586E

Color information

#75586E (or 0x75586E) is unknown color: approx Salt Box. HEX triplet: 75, 58 and 6E. RGB value is (117,88,110). Sum of RGB (Red+Green+Blue) = 117+88+110=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #75586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75586E is #8AA791. Grayscale: #636363. Windows color (decimal): -9086866 or 7231605. OLE color: 7231605.

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

Color convert

RGB11788110-
CMYK00.250.060.54
HSL314.48º14.15%40.2%-
HSV(B)314.48º24.79%45.88%-
XYZ13.6411.8916.33-
YUV99.18134.11140.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=37.14%
G=27.94%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178811000.250.060.54314.4814.1540.2
Hex75586E01963613ae28
Octal1651301560316664721650
Binary1110101101100011011100110011101101101001110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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