#85658B

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

Shades of Trendy Pink #85658B

Tints of Trendy Pink #85658B

Color information

#85658B (or 0x85658B) is unknown color: approx Trendy Pink. HEX triplet: 85, 65 and 8B. RGB value is (133,101,139). Sum of RGB (Red+Green+Blue) = 133+101+139=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #85658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85658B is #7A9A74. Grayscale: #727272. Windows color (decimal): -8034933 or 9135493. OLE color: 9135493.

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

Color convert

RGB133101139-
CMYK0.040.2700.45
HSL290.53º15.83%47.06%-
HSV(B)290.53º27.34%54.51%-
XYZ18.9916.1626.54-
YUV114.9141.6140.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=35.66%
G=27.08%
B=37.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331011390.040.2700.45290.5315.8347.06
Hex85658B41B02D123102f
Octal2051452134330554432057
Binary1000010111001011000101110011011010110110010001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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