#82557B

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

Shades of Trendy Pink #82557B

Tints of Trendy Pink #82557B

Color information

#82557B (or 0x82557B) is unknown color: approx Trendy Pink. HEX triplet: 82, 55 and 7B. RGB value is (130,85,123). Sum of RGB (Red+Green+Blue) = 130+85+123=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82557B is #7DAA84. Grayscale: #666666. Windows color (decimal): -8235653 or 8082818. OLE color: 8082818.

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

Color convert

RGB13085123-
CMYK00.350.050.49
HSL309.33º20.93%42.16%-
HSV(B)309.33º34.62%50.98%-
XYZ16.0312.6720.34-
YUV102.79139.41147.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=38.46%
G=25.15%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308512300.350.050.49309.3320.9342.16
Hex82557B023531135152a
Octal2021251730435614652552
Binary1000001010101011111011010001110111000110011010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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