#85537A

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

Shades of Trendy Pink #85537A

Tints of Trendy Pink #85537A

Color information

#85537A (or 0x85537A) is unknown color: approx Trendy Pink. HEX triplet: 85, 53 and 7A. RGB value is (133,83,122). Sum of RGB (Red+Green+Blue) = 133+83+122=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #85537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85537A is #7AAC85. Grayscale: #666666. Windows color (decimal): -8039558 or 8016773. OLE color: 8016773.

HSL color Cylindrical-coordinate representation of color #85537A: hue angle of 313.2º degrees, saturation: 0.23, 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 #85537A is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13383122-
CMYK00.380.080.48
HSL313.2º23.15%42.35%-
HSV(B)313.2º37.59%52.16%-
XYZ16.2812.5819.98-
YUV102.4139.06149.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 83 (32.81% from 255) = 24.56%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=39.35%
G=24.56%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338312200.380.080.48313.223.1542.35
Hex85537A026830139172a
Octal20512317204610604712752
Binary10000101101001111110100100110100011000010011100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85537A; }

 p { color: rgb(133,83,122); }

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

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

 a { background-color: rgb(133,83,122); }

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

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

 span { border-color: rgb(133,83,122); }

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