#855984

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

Shades of Trendy Pink #855984

Tints of Trendy Pink #855984

Color information

#855984 (or 0x855984) is unknown color: approx Trendy Pink. HEX triplet: 85, 59 and 84. RGB value is (133,89,132). Sum of RGB (Red+Green+Blue) = 133+89+132=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #855984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855984 is #7AA67B. Grayscale: #6A6A6A. Windows color (decimal): -8038012 or 8673669. OLE color: 8673669.

HSL color Cylindrical-coordinate representation of color #855984: hue angle of 301.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855984 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13389132-
CMYK00.330.010.48
HSL301.36º19.82%43.53%-
HSV(B)301.36º33.08%52.16%-
XYZ17.4113.823.58-
YUV107.06142.08146.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=37.57%
G=25.14%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338913200.330.010.48301.3619.8243.53
Hex85598402113012d142c
Octal2051312040411604552454
Binary100001011011001100001000100001111000010010110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855984; }

 p { color: rgb(133,89,132); }

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

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

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

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

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

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

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