Html Css Color HEX #875590 Trendy Pink

📋 copy color: '#875590'

red 135 ◦ green 85 ◦ blue 144

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

Shades of Trendy Pink #875590

Tints of Trendy Pink #875590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 37.09%
G = 23.35%
B = 39.56%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#875590 (or 0x875590) is known color: Trendy Pink. HEX triplet: 87, 55 and 90. RGB value is (135,85,144). Sum of RGB (Red+Green+Blue) = 135+85+144=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #875590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875590 is #78AA6F. Grayscale: #6A6A6A. Windows color (decimal): -7907952 or 9459079. OLE color: 9459079.

HSL color Cylindrical-coordinate representation of color #875590: hue angle of 290.85º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875590 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 85 144 -
CMYK 0.06 0.41 0 0.44
HSL 290.85º 0.26% 0.45% -
HSV(B) 290.85º 0.41% 0.56% -
XYZ 18.27 13.66 28.06 -
YUV 106.68 149.07 148.2 -
System Red Green Blue C M Y K H S L
Decimal 135 85 144 0.06 0.41 0 0.44 290.85 0.26 0.45
Hex 87 55 90 6 29 0 2C 123 1A 2D
Octal 207 125 220 6 51 0 54 443 32 55
Binary 10000111 1010101 10010000 110 101001 0 101100 100100011 11010 101101

Color Harmonies of #875590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875590

Black with #875590

Text Example


Text Example

White with #875590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875590; }

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

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

background-color css

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

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

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

border-color css

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

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

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