#855286

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

Shades of Trendy Pink #855286

Tints of Trendy Pink #855286

Color information

#855286 (or 0x855286) is unknown color: approx Trendy Pink. HEX triplet: 85, 52 and 86. RGB value is (133,82,134). Sum of RGB (Red+Green+Blue) = 133+82+134=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #855286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855286 is #7AAD79. Grayscale: #676767. Windows color (decimal): -8039802 or 8802949. OLE color: 8802949.

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

Color convert

RGB13382134-
CMYK0.010.3900.47
HSL298.85º24.07%42.35%-
HSV(B)298.85º38.81%52.55%-
XYZ16.9912.7424.12-
YUV103.18145.4149.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=38.11%
G=23.50%
B=38.40%

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
Decimal133821340.010.3900.47298.8524.0742.35
Hex85528612702F12b182a
Octal2051222061470574533052
Binary100001011010010100001101100111010111110010101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855286; }

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

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

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

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

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

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

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

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