#85557B

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

Shades of Trendy Pink #85557B

Tints of Trendy Pink #85557B

Color information

#85557B (or 0x85557B) is unknown color: approx Trendy Pink. HEX triplet: 85, 55 and 7B. RGB value is (133,85,123). Sum of RGB (Red+Green+Blue) = 133+85+123=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85557B is #7AAA84. Grayscale: #676767. Windows color (decimal): -8039045 or 8082821. OLE color: 8082821.

HSL color Cylindrical-coordinate representation of color #85557B: hue angle of 312.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85557B is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13385123-
CMYK00.360.080.48
HSL312.5º22.02%42.75%-
HSV(B)312.5º36.09%52.16%-
XYZ16.512.9120.36-
YUV103.68138.9148.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=39.00%
G=24.93%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338512300.360.080.48312.522.0242.75
Hex85557B024830138162b
Octal20512517304410604702653
Binary10000101101010111110110100100100011000010011100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85557B; }

 p { color: rgb(133,85,123); }

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

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

 a { background-color: rgb(133,85,123); }

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

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

 span { border-color: rgb(133,85,123); }

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