#855988

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

Shades of Trendy Pink #855988

Tints of Trendy Pink #855988

Color information

#855988 (or 0x855988) is unknown color: approx Trendy Pink. HEX triplet: 85, 59 and 88. RGB value is (133,89,136). Sum of RGB (Red+Green+Blue) = 133+89+136=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #855988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855988 is #7AA677. Grayscale: #6B6B6B. Windows color (decimal): -8038008 or 8935813. OLE color: 8935813.

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

Color convert

RGB13389136-
CMYK0.020.3500.47
HSL296.17º20.89%44.12%-
HSV(B)296.17º34.56%53.33%-
XYZ17.6913.9125.04-
YUV107.51144.08146.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 136 (53.52% from 255) = 37.99%
R=37.15%
G=24.86%
B=37.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133891360.020.3500.47296.1720.8944.12
Hex85598822302F128152c
Octal2051312102430574502554
Binary1000010110110011000100010100011010111110010100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855988; }

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

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

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

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

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

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

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

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