Html Css Color HEX #875587 Trendy Pink

📋 copy color: '#875587'

red 135 ◦ green 85 ◦ blue 135

#875587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #875587

Tints of Trendy Pink #875587

RGB

 RED value IS 135 (53.13% from 255) = 38.03%

 GREEN value IS 85 (33.59% from 255) = 23.94%

 BLUE value IS 135 (53.13% from 255) = 38.03%

R = 38.03%
G = 23.94%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#875587 (or 0x875587) is known color: Trendy Pink. HEX triplet: 87, 55 and 87. RGB value is (135,85,135). Sum of RGB (Red+Green+Blue) = 135+85+135=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #875587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875587 is #78AA78. Grayscale: #696969. Windows color (decimal): -7907961 or 8869255. OLE color: 8869255.

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

Color convert

RGB 135 85 135 -
CMYK 0 0.37 0 0.47
HSL 300º 0.23% 0.43% -
HSV(B) 300º 0.37% 0.53% -
XYZ 17.61 13.4 24.58 -
YUV 105.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 135 85 135 0 0.37 0 0.47 300 0.23 0.43
Hex 87 55 87 0 25 0 2F 12C 17 2B
Octal 207 125 207 0 45 0 57 454 27 53
Binary 10000111 1010101 10000111 0 100101 0 101111 100101100 10111 101011

Color Harmonies of #875587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875587

Black with #875587

Text Example


Text Example

White with #875587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875587; }

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

 H1.HeaderClassName
 {
   color: #875587;
 }
 .AnyTagClassName
 {
   color: #875587;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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