#85658D

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

Shades of Trendy Pink #85658D

Tints of Trendy Pink #85658D

Color information

#85658D (or 0x85658D) is unknown color: approx Trendy Pink. HEX triplet: 85, 65 and 8D. RGB value is (133,101,141). Sum of RGB (Red+Green+Blue) = 133+101+141=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #85658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85658D is #7A9A72. Grayscale: #737373. Windows color (decimal): -8034931 or 9266565. OLE color: 9266565.

HSL color Cylindrical-coordinate representation of color #85658D: hue angle of 288º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85658D is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133101141-
CMYK0.060.2800.45
HSL288º16.53%47.45%-
HSV(B)288º28.37%55.29%-
XYZ19.1316.2227.32-
YUV115.13142.6140.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=35.47%
G=26.93%
B=37.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331011410.060.2800.4528816.5347.45
Hex85658D61C02D120112f
Octal2051452156340554402157
Binary1000010111001011000110111011100010110110010000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85658D; }

 p { color: rgb(133,101,141); }

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

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

 a { background-color: rgb(133,101,141); }

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

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

 span { border-color: rgb(133,101,141); }

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