#83557A

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

Shades of Trendy Pink #83557A

Tints of Trendy Pink #83557A

Color information

#83557A (or 0x83557A) is unknown color: approx Trendy Pink. HEX triplet: 83, 55 and 7A. RGB value is (131,85,122). Sum of RGB (Red+Green+Blue) = 131+85+122=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83557A is #7CAA85. Grayscale: #666666. Windows color (decimal): -8170118 or 8017283. OLE color: 8017283.

HSL color Cylindrical-coordinate representation of color #83557A: hue angle of 311.74º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83557A is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13185122-
CMYK00.350.070.49
HSL311.74º21.3%42.35%-
HSV(B)311.74º35.11%51.37%-
XYZ16.1212.7320.02-
YUV102.97138.74147.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=38.76%
G=25.15%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318512200.350.070.49311.7421.342.35
Hex83557A023731138152a
Octal2031251720437614702552
Binary1000001110101011111010010001111111000110011100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,85,122); }

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

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

 a { background-color: rgb(131,85,122); }

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

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

 span { border-color: rgb(131,85,122); }

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