#85508C

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

Shades of Trendy Pink #85508C

Tints of Trendy Pink #85508C

Color information

#85508C (or 0x85508C) is unknown color: approx Trendy Pink. HEX triplet: 85, 50 and 8C. RGB value is (133,80,140). Sum of RGB (Red+Green+Blue) = 133+80+140=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #85508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85508C is #7AAF73. Grayscale: #666666. Windows color (decimal): -8040308 or 9195653. OLE color: 9195653.

HSL color Cylindrical-coordinate representation of color #85508C: hue angle of 293º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85508C is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13380140-
CMYK0.050.4300.45
HSL293º27.27%43.14%-
HSV(B)293º42.86%54.9%-
XYZ17.2812.6226.34-
YUV102.69149.06149.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=37.68%
G=22.66%
B=39.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133801400.050.4300.4529327.2743.14
Hex85508C52B02D1251b2b
Octal2051202145530554453353
Binary10000101101000010001100101101011010110110010010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85508C; }

 p { color: rgb(133,80,140); }

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

<style>
 a { background-color: #85508C; }

 a { background-color: rgb(133,80,140); }

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

<style>
 span { border-color: #85508C; }

 span { border-color: rgb(133,80,140); }

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