#85508E

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

Shades of Trendy Pink #85508E

Tints of Trendy Pink #85508E

Color information

#85508E (or 0x85508E) is unknown color: approx Trendy Pink. HEX triplet: 85, 50 and 8E. RGB value is (133,80,142). Sum of RGB (Red+Green+Blue) = 133+80+142=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #85508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85508E is #7AAF71. Grayscale: #666666. Windows color (decimal): -8040306 or 9326725. OLE color: 9326725.

HSL color Cylindrical-coordinate representation of color #85508E: hue angle of 291.29º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85508E is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13380142-
CMYK0.060.4400.44
HSL291.29º27.93%43.53%-
HSV(B)291.29º43.66%55.69%-
XYZ17.4212.6827.12-
YUV102.92150.06149.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 142 (55.86% from 255) = 40%
R=37.46%
G=22.54%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133801420.060.4400.44291.2927.9343.53
Hex85508E62C02C1231c2c
Octal2051202166540544433454
Binary10000101101000010001110110101100010110010010001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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