#85597C

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

Shades of Trendy Pink #85597C

Tints of Trendy Pink #85597C

Color information

#85597C (or 0x85597C) is unknown color: approx Trendy Pink. HEX triplet: 85, 59 and 7C. RGB value is (133,89,124). Sum of RGB (Red+Green+Blue) = 133+89+124=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85597C is #7AA683. Grayscale: #6A6A6A. Windows color (decimal): -8038020 or 8149381. OLE color: 8149381.

HSL color Cylindrical-coordinate representation of color #85597C: hue angle of 312.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85597C is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13389124-
CMYK00.330.070.48
HSL312.27º19.82%43.53%-
HSV(B)312.27º33.08%52.16%-
XYZ16.8813.5920.8-
YUV106.15138.08147.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=38.44%
G=25.72%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338912400.330.070.48312.2719.8243.53
Hex85597C021730138142c
Octal2051311740417604702454
Binary1000010110110011111100010000111111000010011100010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85597C; }

 p { color: rgb(133,89,124); }

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

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

 a { background-color: rgb(133,89,124); }

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

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

 span { border-color: rgb(133,89,124); }

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