#866590

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

Shades of Trendy Pink #866590

Tints of Trendy Pink #866590

Color information

#866590 (or 0x866590) is unknown color: approx Trendy Pink. HEX triplet: 86, 65 and 90. RGB value is (134,101,144). Sum of RGB (Red+Green+Blue) = 134+101+144=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #866590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866590 is #799A6F. Grayscale: #737373. Windows color (decimal): -7969392 or 9463174. OLE color: 9463174.

HSL color Cylindrical-coordinate representation of color #866590: hue angle of 286.05º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #866590 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134101144-
CMYK0.070.3000.44
HSL286.05º17.55%48.04%-
HSV(B)286.05º29.86%56.47%-
XYZ19.5216.3928.52-
YUV115.77143.93141-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=35.36%
G=26.65%
B=37.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341011440.070.3000.44286.0517.5548.04
Hex86659071E02C11e1230
Octal2061452207360544362260
Binary1000011011001011001000011111110010110010001111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866590; }

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

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

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

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

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

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

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

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