#855580

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

Shades of Trendy Pink #855580

Tints of Trendy Pink #855580

Color information

#855580 (or 0x855580) is unknown color: approx Trendy Pink. HEX triplet: 85, 55 and 80. RGB value is (133,85,128). Sum of RGB (Red+Green+Blue) = 133+85+128=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #855580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855580 is #7AAA7F. Grayscale: #686868. Windows color (decimal): -8039040 or 8410501. OLE color: 8410501.

HSL color Cylindrical-coordinate representation of color #855580: hue angle of 306.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855580 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13385128-
CMYK00.360.040.48
HSL306.25º22.02%42.75%-
HSV(B)306.25º36.09%52.16%-
XYZ16.8213.0422.05-
YUV104.25141.4148.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=38.44%
G=24.57%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338512800.360.040.48306.2522.0242.75
Hex855580024430132162b
Octal2051252000444604622653
Binary10000101101010110000000010010010011000010011001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855580; }

 p { color: rgb(133,85,128); }

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

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

 a { background-color: rgb(133,85,128); }

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

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

 span { border-color: rgb(133,85,128); }

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