#85597A

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

Shades of Trendy Pink #85597A

Tints of Trendy Pink #85597A

Color information

#85597A (or 0x85597A) is unknown color: approx Trendy Pink. HEX triplet: 85, 59 and 7A. RGB value is (133,89,122). Sum of RGB (Red+Green+Blue) = 133+89+122=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85597A is #7AA685. Grayscale: #696969. Windows color (decimal): -8038022 or 8018309. OLE color: 8018309.

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

Color convert

RGB13389122-
CMYK00.330.080.48
HSL315º19.82%43.53%-
HSV(B)315º33.08%52.16%-
XYZ16.7613.5420.14-
YUV105.92137.08147.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=38.66%
G=25.87%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338912200.330.080.4831519.8243.53
Hex85597A02183013b142c
Octal20513117204110604732454
Binary10000101101100111110100100001100011000010011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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