#87558A

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

Shades of Trendy Pink #87558A

Tints of Trendy Pink #87558A

Color information

#87558A (or 0x87558A) is unknown color: approx Trendy Pink. HEX triplet: 87, 55 and 8A. RGB value is (135,85,138). Sum of RGB (Red+Green+Blue) = 135+85+138=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #87558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87558A is #78AA75. Grayscale: #696969. Windows color (decimal): -7907958 or 9065863. OLE color: 9065863.

HSL color Cylindrical-coordinate representation of color #87558A: hue angle of 296.6º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87558A is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13585138-
CMYK0.020.3800.46
HSL296.6º23.77%43.73%-
HSV(B)296.6º38.41%54.12%-
XYZ17.8313.4825.71-
YUV105.99146.06148.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=37.71%
G=23.74%
B=38.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135851380.020.3800.46296.623.7743.73
Hex87558A22602E129182c
Octal2071252122460564513054
Binary1000011110101011000101010100110010111010010100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87558A; }

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

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

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

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

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

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

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

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