#856089

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

Shades of Trendy Pink #856089

Tints of Trendy Pink #856089

Color information

#856089 (or 0x856089) is unknown color: approx Trendy Pink. HEX triplet: 85, 60 and 89. RGB value is (133,96,137). Sum of RGB (Red+Green+Blue) = 133+96+137=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #856089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856089 is #7A9F76. Grayscale: #6F6F6F. Windows color (decimal): -8036215 or 9003141. OLE color: 9003141.

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

Color convert

RGB13396137-
CMYK0.030.3000.46
HSL294.15º17.6%45.69%-
HSV(B)294.15º29.93%53.73%-
XYZ18.3715.1625.62-
YUV111.74142.26143.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=36.34%
G=26.23%
B=37.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133961370.030.3000.46294.1517.645.69
Hex85608931E02E126122e
Octal2051402113360564462256
Binary100001011100000100010011111110010111010010011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856089; }

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

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

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

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

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

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

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

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