#855485

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

Shades of Trendy Pink #855485

Tints of Trendy Pink #855485

Color information

#855485 (or 0x855485) is unknown color: approx Trendy Pink. HEX triplet: 85, 54 and 85. RGB value is (133,84,133). Sum of RGB (Red+Green+Blue) = 133+84+133=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #855485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855485 is #7AAB7A. Grayscale: #686868. Windows color (decimal): -8039291 or 8737925. OLE color: 8737925.

HSL color Cylindrical-coordinate representation of color #855485: hue angle of 300º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855485 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13384133-
CMYK00.3700.48
HSL300º22.58%42.55%-
HSV(B)300º36.84%52.16%-
XYZ17.0813.0223.8-
YUV104.24144.23148.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 133 (52.34% from 255) = 38%
R=38%
G=24%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338413300.3700.4830022.5842.55
Hex85548502503012c172b
Octal2051242050450604542753
Binary100001011010100100001010100101011000010010110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855485; }

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

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

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

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

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

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

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

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