Html Css Color HEX #865590 Trendy Pink

📋 copy color: '#865590'

red 134 ◦ green 85 ◦ blue 144

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

Shades of Trendy Pink #865590

Tints of Trendy Pink #865590

RGB

 RED value IS 134 (52.73% from 255) = 36.91%

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

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

R = 36.91%
G = 23.42%
B = 39.67%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#865590 (or 0x865590) is known color: Trendy Pink. HEX triplet: 86, 55 and 90. RGB value is (134,85,144). Sum of RGB (Red+Green+Blue) = 134+85+144=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #865590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865590 is #79AA6F. Grayscale: #6A6A6A. Windows color (decimal): -7973488 or 9459078. OLE color: 9459078.

HSL color Cylindrical-coordinate representation of color #865590: hue angle of 289.83º 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 #865590 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 85 144 -
CMYK 0.07 0.41 0 0.44
HSL 289.83º 0.26% 0.45% -
HSV(B) 289.83º 0.41% 0.56% -
XYZ 18.11 13.58 28.05 -
YUV 106.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 134 85 144 0.07 0.41 0 0.44 289.83 0.26 0.45
Hex 86 55 90 7 29 0 2C 122 1A 2D
Octal 206 125 220 7 51 0 54 442 32 55
Binary 10000110 1010101 10010000 111 101001 0 101100 100100010 11010 101101

Color Harmonies of #865590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865590

Black with #865590

Text Example


Text Example

White with #865590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865590; }

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

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

background-color css

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

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

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

border-color css

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

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

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