#855978

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

Shades of Trendy Pink #855978

Tints of Trendy Pink #855978

Color information

#855978 (or 0x855978) is unknown color: approx Trendy Pink. HEX triplet: 85, 59 and 78. RGB value is (133,89,120). Sum of RGB (Red+Green+Blue) = 133+89+120=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #855978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855978 is #7AA687. Grayscale: #696969. Windows color (decimal): -8038024 or 7887237. OLE color: 7887237.

HSL color Cylindrical-coordinate representation of color #855978: hue angle of 317.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855978 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13389120-
CMYK00.330.100.48
HSL317.73º19.82%43.53%-
HSV(B)317.73º33.08%52.16%-
XYZ16.6413.4919.5-
YUV105.69136.08147.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=38.89%
G=26.02%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338912000.330.100.48317.7319.8243.53
Hex855978021A3013e142c
Octal20513117004112604762454
Binary10000101101100111110000100001101011000010011111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855978; }

 p { color: rgb(133,89,120); }

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

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

 a { background-color: rgb(133,89,120); }

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

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

 span { border-color: rgb(133,89,120); }

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