#896586

Color #896586 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #896586

Tints of Trendy Pink #896586

Color information

#896586 (or 0x896586) is unknown color: approx Trendy Pink. HEX triplet: 89, 65 and 86. RGB value is (137,101,134). Sum of RGB (Red+Green+Blue) = 137+101+134=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #896586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896586 is #769A79. Grayscale: #737373. Windows color (decimal): -7772794 or 8807817. OLE color: 8807817.

HSL color Cylindrical-coordinate representation of color #896586: hue angle of 305º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #896586 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB137101134-
CMYK00.260.020.46
HSL305º15.13%46.67%-
HSV(B)305º26.28%53.73%-
XYZ19.2716.3524.69-
YUV115.53138.43143.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 134 (52.73% from 255) = 36.02%
R=36.83%
G=27.15%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710113400.260.020.4630515.1346.67
Hex89658601A22E131f2f
Octal2111452060322564611757
Binary10001001110010110000110011010101011101001100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896586; }

 p { color: rgb(137,101,134); }

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

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

 a { background-color: rgb(137,101,134); }

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

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

 span { border-color: rgb(137,101,134); }

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