#85527C

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

Shades of Trendy Pink #85527C

Tints of Trendy Pink #85527C

Color information

#85527C (or 0x85527C) is unknown color: approx Trendy Pink. HEX triplet: 85, 52 and 7C. RGB value is (133,82,124). Sum of RGB (Red+Green+Blue) = 133+82+124=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85527C is #7AAD83. Grayscale: #656565. Windows color (decimal): -8039812 or 8147589. OLE color: 8147589.

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

Color convert

RGB13382124-
CMYK00.380.070.48
HSL310.59º23.72%42.16%-
HSV(B)310.59º38.35%52.16%-
XYZ16.3312.4820.62-
YUV102.04140.4150.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=39.23%
G=24.19%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338212400.380.070.48310.5923.7242.16
Hex85527C026730137182a
Octal2051221740467604673052
Binary1000010110100101111100010011011111000010011011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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