#835587

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

Shades of Trendy Pink #835587

Tints of Trendy Pink #835587

Color information

#835587 (or 0x835587) is unknown color: approx Trendy Pink. HEX triplet: 83, 55 and 87. RGB value is (131,85,135). Sum of RGB (Red+Green+Blue) = 131+85+135=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #835587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835587 is #7CAA78. Grayscale: #686868. Windows color (decimal): -8170105 or 8869251. OLE color: 8869251.

HSL color Cylindrical-coordinate representation of color #835587: hue angle of 295.2º 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 #835587 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13185135-
CMYK0.030.3700.47
HSL295.2º22.73%43.14%-
HSV(B)295.2º37.04%52.94%-
XYZ16.9813.0724.55-
YUV104.45145.24146.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=37.32%
G=24.22%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131851350.030.3700.47295.222.7343.14
Hex83558732502F127172b
Octal2031252073450574472753
Binary1000001110101011000011111100101010111110010011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835587; }

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

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

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

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

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

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

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

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