#71586C

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

Shades of Salt Box #71586C

Tints of Salt Box #71586C

Color information

#71586C (or 0x71586C) is unknown color: approx Salt Box. HEX triplet: 71, 58 and 6C. RGB value is (113,88,108). Sum of RGB (Red+Green+Blue) = 113+88+108=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #71586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71586C is #8EA793. Grayscale: #616161. Windows color (decimal): -9349012 or 7100529. OLE color: 7100529.

HSL color Cylindrical-coordinate representation of color #71586C: hue angle of 312º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71586C is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11388108-
CMYK00.220.040.56
HSL312º12.44%39.41%-
HSV(B)312º22.12%44.31%-
XYZ13.0111.5715.74-
YUV97.76133.78138.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=36.57%
G=28.48%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138810800.220.040.5631212.4439.41
Hex71586C016438138c27
Octal1611301540264704701447
Binary1110001101100011011000101101001110001001110001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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