#855788

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

Shades of Trendy Pink #855788

Tints of Trendy Pink #855788

Color information

#855788 (or 0x855788) is unknown color: approx Trendy Pink. HEX triplet: 85, 57 and 88. RGB value is (133,87,136). Sum of RGB (Red+Green+Blue) = 133+87+136=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: blue. Hex color #855788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855788 is #7AA877. Grayscale: #6A6A6A. Windows color (decimal): -8038520 or 8935301. OLE color: 8935301.

HSL color Cylindrical-coordinate representation of color #855788: hue angle of 296.33º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855788 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13387136-
CMYK0.020.3600.47
HSL296.33º21.97%43.73%-
HSV(B)296.33º36.03%53.33%-
XYZ17.5213.5824.99-
YUV106.34144.74147.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=37.36%
G=24.44%
B=38.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133871360.020.3600.47296.3321.9743.73
Hex85578822402F128162c
Octal2051272102440574502654
Binary1000010110101111000100010100100010111110010100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855788; }

 p { color: rgb(133,87,136); }

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

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

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

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

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

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

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