#85578D

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

Shades of Trendy Pink #85578D

Tints of Trendy Pink #85578D

Color information

#85578D (or 0x85578D) is unknown color: approx Trendy Pink. HEX triplet: 85, 57 and 8D. RGB value is (133,87,141). Sum of RGB (Red+Green+Blue) = 133+87+141=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #85578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85578D is #7AA872. Grayscale: #6A6A6A. Windows color (decimal): -8038515 or 9262981. OLE color: 9262981.

HSL color Cylindrical-coordinate representation of color #85578D: hue angle of 291.11º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85578D is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13387141-
CMYK0.060.3800.45
HSL291.11º23.68%44.71%-
HSV(B)291.11º38.3%55.29%-
XYZ17.8913.7326.91-
YUV106.91147.24146.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=36.84%
G=24.10%
B=39.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133871410.060.3800.45291.1123.6844.71
Hex85578D62602D123182d
Octal2051272156460554433055
Binary10000101101011110001101110100110010110110010001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85578D; }

 p { color: rgb(133,87,141); }

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

<style>
 a { background-color: #85578D; }

 a { background-color: rgb(133,87,141); }

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

<style>
 span { border-color: #85578D; }

 span { border-color: rgb(133,87,141); }

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