#88557C

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

Shades of Trendy Pink #88557C

Tints of Trendy Pink #88557C

Color information

#88557C (or 0x88557C) is unknown color: approx Trendy Pink. HEX triplet: 88, 55 and 7C. RGB value is (136,85,124). Sum of RGB (Red+Green+Blue) = 136+85+124=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #88557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88557C is #77AA83. Grayscale: #686868. Windows color (decimal): -7842436 or 8148360. OLE color: 8148360.

HSL color Cylindrical-coordinate representation of color #88557C: hue angle of 314.12º 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 #88557C is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13685124-
CMYK00.380.090.47
HSL314.12º23.08%43.33%-
HSV(B)314.12º37.5%53.33%-
XYZ17.0413.1920.72-
YUV104.7138.9150.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=39.42%
G=24.64%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368512400.380.090.47314.1223.0843.33
Hex88557C02692F13a172b
Octal21012517404611574722753
Binary10001000101010111111000100110100110111110011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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