#855487

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

Shades of Trendy Pink #855487

Tints of Trendy Pink #855487

Color information

#855487 (or 0x855487) is unknown color: approx Trendy Pink. HEX triplet: 85, 54 and 87. RGB value is (133,84,135). Sum of RGB (Red+Green+Blue) = 133+84+135=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #855487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855487 is #7AAB78. Grayscale: #686868. Windows color (decimal): -8039289 or 8868997. OLE color: 8868997.

HSL color Cylindrical-coordinate representation of color #855487: hue angle of 297.65º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855487 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13384135-
CMYK0.010.3800.47
HSL297.65º23.29%42.94%-
HSV(B)297.65º37.78%52.94%-
XYZ17.2213.0824.54-
YUV104.46145.23148.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=37.78%
G=23.86%
B=38.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133841350.010.3800.47297.6523.2942.94
Hex85548712602F12a172b
Octal2051242071460574522753
Binary100001011010100100001111100110010111110010101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855487; }

 p { color: rgb(133,84,135); }

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

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

 a { background-color: rgb(133,84,135); }

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

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

 span { border-color: rgb(133,84,135); }

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