#856489

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

Shades of Trendy Pink #856489

Tints of Trendy Pink #856489

Color information

#856489 (or 0x856489) is unknown color: approx Trendy Pink. HEX triplet: 85, 64 and 89. RGB value is (133,100,137). Sum of RGB (Red+Green+Blue) = 133+100+137=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #856489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856489 is #7A9B76. Grayscale: #717171. Windows color (decimal): -8035191 or 9004165. OLE color: 9004165.

HSL color Cylindrical-coordinate representation of color #856489: hue angle of 293.51º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856489 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB133100137-
CMYK0.030.2700.46
HSL293.51º15.61%46.47%-
HSV(B)293.51º27.01%53.73%-
XYZ18.7515.9125.75-
YUV114.08140.93141.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=35.95%
G=27.03%
B=37.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331001370.030.2700.46293.5115.6146.47
Hex85648931B02E126102e
Octal2051442113330564462056
Binary100001011100100100010011111011010111010010011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856489; }

 p { color: rgb(133,100,137); }

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

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

 a { background-color: rgb(133,100,137); }

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

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

 span { border-color: rgb(133,100,137); }

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