#855088

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

Shades of Trendy Pink #855088

Tints of Trendy Pink #855088

Color information

#855088 (or 0x855088) is unknown color: approx Trendy Pink. HEX triplet: 85, 50 and 88. RGB value is (133,80,136). Sum of RGB (Red+Green+Blue) = 133+80+136=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #855088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855088 is #7AAF77. Grayscale: #666666. Windows color (decimal): -8040312 or 8933509. OLE color: 8933509.

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

Color convert

RGB13380136-
CMYK0.020.4100.47
HSL296.79º25.93%42.35%-
HSV(B)296.79º41.18%53.33%-
XYZ16.9912.524.81-
YUV102.23147.06149.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=38.11%
G=22.92%
B=38.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133801360.020.4100.47296.7925.9342.35
Hex85508822902F1291a2a
Octal2051202102510574513252
Binary1000010110100001000100010101001010111110010100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855088; }

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

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

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

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

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

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

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

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