#865590

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

Shades of Trendy Pink #865590

Tints of Trendy Pink #865590

Color information

#865590 (or 0x865590) is unknown color: approx 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

RGB13485144-
CMYK0.070.4100.44
HSL289.83º25.76%44.9%-
HSV(B)289.83º40.97%56.47%-
XYZ18.1113.5828.05-
YUV106.38149.23147.7-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134851440.070.4100.44289.8325.7644.9
Hex86559072902C1221a2d
Octal2061252207510544423255
Binary10000110101010110010000111101001010110010010001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>