#855680

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

Shades of Trendy Pink #855680

Tints of Trendy Pink #855680

Color information

#855680 (or 0x855680) is unknown color: approx Trendy Pink. HEX triplet: 85, 56 and 80. RGB value is (133,86,128). Sum of RGB (Red+Green+Blue) = 133+86+128=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #855680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855680 is #7AA97F. Grayscale: #686868. Windows color (decimal): -8038784 or 8410757. OLE color: 8410757.

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

Color convert

RGB13386128-
CMYK00.350.040.48
HSL306.38º21.46%42.94%-
HSV(B)306.38º35.34%52.16%-
XYZ16.913.222.08-
YUV104.84141.07148.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=38.33%
G=24.78%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338612800.350.040.48306.3821.4642.94
Hex855680023430132152b
Octal2051262000434604622553
Binary10000101101011010000000010001110011000010011001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855680; }

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

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

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

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

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

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

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

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