#86557D

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

Shades of Trendy Pink #86557D

Tints of Trendy Pink #86557D

Color information

#86557D (or 0x86557D) is unknown color: approx Trendy Pink. HEX triplet: 86, 55 and 7D. RGB value is (134,85,125). Sum of RGB (Red+Green+Blue) = 134+85+125=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #86557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86557D is #79AA82. Grayscale: #686868. Windows color (decimal): -7973507 or 8213894. OLE color: 8213894.

HSL color Cylindrical-coordinate representation of color #86557D: hue angle of 311.02º degrees, saturation: 0.22, 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 #86557D is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13485125-
CMYK00.370.070.47
HSL311.02º22.37%42.94%-
HSV(B)311.02º36.57%52.55%-
XYZ16.7813.0521.04-
YUV104.21139.73149.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=38.95%
G=24.71%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348512500.370.070.47311.0222.3742.94
Hex86557D02572F137162b
Octal2061251750457574672653
Binary1000011010101011111101010010111110111110011011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86557D; }

 p { color: rgb(134,85,125); }

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

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

 a { background-color: rgb(134,85,125); }

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

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

 span { border-color: rgb(134,85,125); }

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