#855783

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

Shades of Trendy Pink #855783

Tints of Trendy Pink #855783

Color information

#855783 (or 0x855783) is unknown color: approx Trendy Pink. HEX triplet: 85, 57 and 83. RGB value is (133,87,131). Sum of RGB (Red+Green+Blue) = 133+87+131=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #855783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855783 is #7AA87C. Grayscale: #696969. Windows color (decimal): -8038525 or 8607621. OLE color: 8607621.

HSL color Cylindrical-coordinate representation of color #855783: hue angle of 302.61º 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 #855783 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13387131-
CMYK00.350.020.48
HSL302.61º20.91%43.14%-
HSV(B)302.61º34.59%52.16%-
XYZ17.1813.4423.16-
YUV105.77142.24147.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=37.89%
G=24.79%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338713100.350.020.48302.6120.9143.14
Hex85578302323012f152b
Octal2051272030432604572553
Binary1000010110101111000001101000111011000010010111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855783; }

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

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

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

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

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

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

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

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