#825587

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

Shades of Trendy Pink #825587

Tints of Trendy Pink #825587

Color information

#825587 (or 0x825587) is unknown color: approx Trendy Pink. HEX triplet: 82, 55 and 87. RGB value is (130,85,135). Sum of RGB (Red+Green+Blue) = 130+85+135=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #825587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825587 is #7DAA78. Grayscale: #686868. Windows color (decimal): -8235641 or 8869250. OLE color: 8869250.

HSL color Cylindrical-coordinate representation of color #825587: hue angle of 294º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825587 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13085135-
CMYK0.040.3700.47
HSL294º22.73%43.14%-
HSV(B)294º37.04%52.94%-
XYZ16.8312.9924.54-
YUV104.15145.41146.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=37.14%
G=24.29%
B=38.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130851350.040.3700.4729422.7343.14
Hex82558742502F126172b
Octal2021252074450574462753
Binary10000010101010110000111100100101010111110010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825587; }

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

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

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

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

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

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

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

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