#855890

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

Shades of Trendy Pink #855890

Tints of Trendy Pink #855890

Color information

#855890 (or 0x855890) is unknown color: approx Trendy Pink. HEX triplet: 85, 58 and 90. RGB value is (133,88,144). Sum of RGB (Red+Green+Blue) = 133+88+144=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #855890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855890 is #7AA76F. Grayscale: #6B6B6B. Windows color (decimal): -8038256 or 9459845. OLE color: 9459845.

HSL color Cylindrical-coordinate representation of color #855890: hue angle of 288.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855890 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13388144-
CMYK0.080.3900.44
HSL288.21º24.14%45.49%-
HSV(B)288.21º38.89%56.47%-
XYZ18.213.9828.12-
YUV107.84148.41145.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=36.44%
G=24.11%
B=39.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133881440.080.3900.44288.2124.1445.49
Hex85589082702C120182d
Octal20513022010470544403055
Binary100001011011000100100001000100111010110010010000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855890; }

 p { color: rgb(133,88,144); }

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

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

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

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

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

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

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