#85688D

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

Shades of Trendy Pink #85688D

Tints of Trendy Pink #85688D

Color information

#85688D (or 0x85688D) is unknown color: approx Trendy Pink. HEX triplet: 85, 68 and 8D. RGB value is (133,104,141). Sum of RGB (Red+Green+Blue) = 133+104+141=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #85688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85688D is #7A9772. Grayscale: #747474. Windows color (decimal): -8034163 or 9267333. OLE color: 9267333.

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

Color convert

RGB133104141-
CMYK0.060.2600.45
HSL287.03º15.1%48.04%-
HSV(B)287.03º26.24%55.29%-
XYZ19.4316.8127.42-
YUV116.89141.61139.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=35.19%
G=27.51%
B=37.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331041410.060.2600.45287.0315.148.04
Hex85688D61A02D11ff30
Octal2051502156320554371760
Binary100001011101000100011011101101001011011000111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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