#85598A

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

Shades of Trendy Pink #85598A

Tints of Trendy Pink #85598A

Color information

#85598A (or 0x85598A) is unknown color: approx Trendy Pink. HEX triplet: 85, 59 and 8A. RGB value is (133,89,138). Sum of RGB (Red+Green+Blue) = 133+89+138=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #85598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85598A is #7AA675. Grayscale: #6B6B6B. Windows color (decimal): -8038006 or 9066885. OLE color: 9066885.

HSL color Cylindrical-coordinate representation of color #85598A: hue angle of 293.88º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85598A is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13389138-
CMYK0.040.3600.46
HSL293.88º21.59%44.51%-
HSV(B)293.88º35.51%54.12%-
XYZ17.8313.9725.8-
YUV107.74145.08146.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=36.94%
G=24.72%
B=38.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133891380.040.3600.46293.8821.5944.51
Hex85598A42402E126162d
Octal2051312124440564462655
Binary10000101101100110001010100100100010111010010011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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