#85528E

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

Shades of Trendy Pink #85528E

Tints of Trendy Pink #85528E

Color information

#85528E (or 0x85528E) is unknown color: approx Trendy Pink. HEX triplet: 85, 52 and 8E. RGB value is (133,82,142). Sum of RGB (Red+Green+Blue) = 133+82+142=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #85528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85528E is #7AAD71. Grayscale: #676767. Windows color (decimal): -8039794 or 9327237. OLE color: 9327237.

HSL color Cylindrical-coordinate representation of color #85528E: hue angle of 291º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85528E is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13382142-
CMYK0.060.4200.44
HSL291º26.79%43.92%-
HSV(B)291º42.25%55.69%-
XYZ17.5712.9727.17-
YUV104.09149.4148.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=37.25%
G=22.97%
B=39.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133821420.060.4200.4429126.7943.92
Hex85528E62A02C1231b2c
Octal2051222166520544433354
Binary10000101101001010001110110101010010110010010001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85528E; }

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

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

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

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

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

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

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

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