#855779

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

Shades of Trendy Pink #855779

Tints of Trendy Pink #855779

Color information

#855779 (or 0x855779) is unknown color: approx Trendy Pink. HEX triplet: 85, 57 and 79. RGB value is (133,87,121). Sum of RGB (Red+Green+Blue) = 133+87+121=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #855779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855779 is #7AA886. Grayscale: #686868. Windows color (decimal): -8038535 or 7952261. OLE color: 7952261.

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

Color convert

RGB13387121-
CMYK00.350.090.48
HSL315.65º20.91%43.14%-
HSV(B)315.65º34.59%52.16%-
XYZ16.5313.1819.76-
YUV104.63137.24148.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=39.00%
G=25.51%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338712100.350.090.48315.6520.9143.14
Hex85577902393013c152b
Octal20512717104311604742553
Binary10000101101011111110010100011100111000010011110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855779; }

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

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

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

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

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

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

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

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