#87557B

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

Shades of Trendy Pink #87557B

Tints of Trendy Pink #87557B

Color information

#87557B (or 0x87557B) is unknown color: approx Trendy Pink. HEX triplet: 87, 55 and 7B. RGB value is (135,85,123). Sum of RGB (Red+Green+Blue) = 135+85+123=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87557B is #78AA84. Grayscale: #686868. Windows color (decimal): -7907973 or 8082823. OLE color: 8082823.

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

Color convert

RGB13585123-
CMYK00.370.090.47
HSL314.4º22.73%43.14%-
HSV(B)314.4º37.04%52.94%-
XYZ16.8213.0820.38-
YUV104.28138.56149.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=39.36%
G=24.78%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358512300.370.090.47314.422.7343.14
Hex87557B02592F13a172b
Octal20712517304511574722753
Binary10000111101010111110110100101100110111110011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87557B; }

 p { color: rgb(135,85,123); }

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

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

 a { background-color: rgb(135,85,123); }

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

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

 span { border-color: rgb(135,85,123); }

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