#855287

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

Shades of Trendy Pink #855287

Tints of Trendy Pink #855287

Color information

#855287 (or 0x855287) is unknown color: approx Trendy Pink. HEX triplet: 85, 52 and 87. RGB value is (133,82,135). Sum of RGB (Red+Green+Blue) = 133+82+135=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #855287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855287 is #7AAD78. Grayscale: #676767. Windows color (decimal): -8039801 or 8868485. OLE color: 8868485.

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

Color convert

RGB13382135-
CMYK0.010.3900.47
HSL297.74º24.42%42.55%-
HSV(B)297.74º39.26%52.94%-
XYZ17.0612.7724.49-
YUV103.29145.9149.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=38%
G=23.43%
B=38.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133821350.010.3900.47297.7424.4242.55
Hex85528712702F12a182b
Octal2051222071470574523053
Binary100001011010010100001111100111010111110010101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855287; }

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

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

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

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

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

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

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

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