#82557E

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

Shades of Trendy Pink #82557E

Tints of Trendy Pink #82557E

Color information

#82557E (or 0x82557E) is unknown color: approx Trendy Pink. HEX triplet: 82, 55 and 7E. RGB value is (130,85,126). Sum of RGB (Red+Green+Blue) = 130+85+126=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82557E is #7DAA81. Grayscale: #676767. Windows color (decimal): -8235650 or 8279426. OLE color: 8279426.

HSL color Cylindrical-coordinate representation of color #82557E: hue angle of 305.33º 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 #82557E is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13085126-
CMYK00.350.030.49
HSL305.33º20.93%42.16%-
HSV(B)305.33º34.62%50.98%-
XYZ16.2212.7521.34-
YUV103.13140.91147.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=38.12%
G=24.93%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308512600.350.030.49305.3320.9342.16
Hex82557E023331131152a
Octal2021251760433614612552
Binary100000101010101111111001000111111000110011000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82557E; }

 p { color: rgb(130,85,126); }

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

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

 a { background-color: rgb(130,85,126); }

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

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

 span { border-color: rgb(130,85,126); }

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