#886589

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

Shades of Trendy Pink #886589

Tints of Trendy Pink #886589

Color information

#886589 (or 0x886589) is unknown color: approx Trendy Pink. HEX triplet: 88, 65 and 89. RGB value is (136,101,137). Sum of RGB (Red+Green+Blue) = 136+101+137=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 137 - color contains mainly: blue. Hex color #886589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886589 is #779A76. Grayscale: #737373. Windows color (decimal): -7838327 or 9004424. OLE color: 9004424.

HSL color Cylindrical-coordinate representation of color #886589: hue angle of 298.33º 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 #886589 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB136101137-
CMYK0.010.2600.46
HSL298.33º15.13%46.67%-
HSV(B)298.33º26.28%53.73%-
XYZ19.3216.3525.8-
YUV115.57140.1142.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 137 (53.91% from 255) = 36.63%
R=36.36%
G=27.01%
B=36.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361011370.010.2600.46298.3315.1346.67
Hex88658911A02E12af2f
Octal2101452111320564521757
Binary1000100011001011000100111101001011101001010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886589; }

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

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

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

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

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

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

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

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