#857189

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

Shades of Trendy Pink #857189

Tints of Trendy Pink #857189

Color information

#857189 (or 0x857189) is unknown color: approx Trendy Pink. HEX triplet: 85, 71 and 89. RGB value is (133,113,137). Sum of RGB (Red+Green+Blue) = 133+113+137=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 137 - color contains mainly: blue. Hex color #857189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857189 is #7A8E76. Grayscale: #797979. Windows color (decimal): -8031863 or 9007493. OLE color: 9007493.

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

Color convert

RGB133113137-
CMYK0.030.1800.46
HSL290º9.6%49.02%-
HSV(B)290º17.52%53.73%-
XYZ20.0918.626.2-
YUV121.72136.63136.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=34.73%
G=29.50%
B=35.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331131370.030.1800.462909.649.02
Hex85718931202E122a31
Octal2051612113220564421261
Binary10000101111000110001001111001001011101001000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857189; }

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

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

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

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

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

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

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

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