#71556E

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

Shades of Salt Box #71556E

Tints of Salt Box #71556E

Color information

#71556E (or 0x71556E) is unknown color: approx Salt Box. HEX triplet: 71, 55 and 6E. RGB value is (113,85,110). Sum of RGB (Red+Green+Blue) = 113+85+110=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #71556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71556E is #8EAA91. Grayscale: #606060. Windows color (decimal): -9349778 or 7230833. OLE color: 7230833.

HSL color Cylindrical-coordinate representation of color #71556E: hue angle of 306.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #71556E is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11385110-
CMYK00.250.030.56
HSL306.43º14.14%38.82%-
HSV(B)306.43º24.78%44.31%-
XYZ12.8711.1316.22-
YUV96.22135.78139.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=36.69%
G=27.60%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138511000.250.030.56306.4314.1438.82
Hex71556E019338132e27
Octal1611251560313704621647
Binary111000110101011101110011001111110001001100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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