#85577A

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

Shades of Trendy Pink #85577A

Tints of Trendy Pink #85577A

Color information

#85577A (or 0x85577A) is unknown color: approx Trendy Pink. HEX triplet: 85, 57 and 7A. RGB value is (133,87,122). Sum of RGB (Red+Green+Blue) = 133+87+122=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85577A is #7AA885. Grayscale: #686868. Windows color (decimal): -8038534 or 8017797. OLE color: 8017797.

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

Color convert

RGB13387122-
CMYK00.350.080.48
HSL314.35º20.91%43.14%-
HSV(B)314.35º34.59%52.16%-
XYZ16.5913.2120.09-
YUV104.74137.74148.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=38.89%
G=25.44%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338712200.350.080.48314.3520.9143.14
Hex85577A02383013a152b
Octal20512717204310604722553
Binary10000101101011111110100100011100011000010011101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85577A; }

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

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

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

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

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

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

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

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