#85598B

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

Shades of Trendy Pink #85598B

Tints of Trendy Pink #85598B

Color information

#85598B (or 0x85598B) is unknown color: approx Trendy Pink. HEX triplet: 85, 59 and 8B. RGB value is (133,89,139). Sum of RGB (Red+Green+Blue) = 133+89+139=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #85598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85598B is #7AA674. Grayscale: #6B6B6B. Windows color (decimal): -8038005 or 9132421. OLE color: 9132421.

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

Color convert

RGB13389139-
CMYK0.040.3600.45
HSL292.8º21.93%44.71%-
HSV(B)292.8º35.97%54.51%-
XYZ17.911426.18-
YUV107.86145.58145.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=36.84%
G=24.65%
B=38.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133891390.040.3600.45292.821.9344.71
Hex85598B42402D125162d
Octal2051312134440554452655
Binary10000101101100110001011100100100010110110010010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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