#85688B

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

Shades of Trendy Pink #85688B

Tints of Trendy Pink #85688B

Color information

#85688B (or 0x85688B) is unknown color: approx Trendy Pink. HEX triplet: 85, 68 and 8B. RGB value is (133,104,139). Sum of RGB (Red+Green+Blue) = 133+104+139=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #85688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85688B is #7A9774. Grayscale: #747474. Windows color (decimal): -8034165 or 9136261. OLE color: 9136261.

HSL color Cylindrical-coordinate representation of color #85688B: hue angle of 289.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85688B is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133104139-
CMYK0.040.2500.45
HSL289.71º14.4%47.65%-
HSV(B)289.71º25.18%54.51%-
XYZ19.2816.7526.64-
YUV116.66140.61139.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=35.37%
G=27.66%
B=36.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331041390.040.2500.45289.7114.447.65
Hex85688B41902D122e30
Octal2051502134310554421660
Binary100001011101000100010111001100101011011001000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,104,139); }

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

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

 a { background-color: rgb(133,104,139); }

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

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

 span { border-color: rgb(133,104,139); }

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