#885579

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

Shades of Trendy Pink #885579

Tints of Trendy Pink #885579

Color information

#885579 (or 0x885579) is unknown color: approx Trendy Pink. HEX triplet: 88, 55 and 79. RGB value is (136,85,121). Sum of RGB (Red+Green+Blue) = 136+85+121=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #885579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885579 is #77AA86. Grayscale: #686868. Windows color (decimal): -7842439 or 7951752. OLE color: 7951752.

HSL color Cylindrical-coordinate representation of color #885579: hue angle of 317.65º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885579 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13685121-
CMYK00.380.110.47
HSL317.65º23.08%43.33%-
HSV(B)317.65º37.5%53.33%-
XYZ16.8513.1119.73-
YUV104.35137.4150.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=39.77%
G=24.85%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368512100.380.110.47317.6523.0843.33
Hex885579026B2F13e172b
Octal21012517104613574762753
Binary10001000101010111110010100110101110111110011111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885579; }

 p { color: rgb(136,85,121); }

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

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

 a { background-color: rgb(136,85,121); }

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

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

 span { border-color: rgb(136,85,121); }

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