#85538B

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

Shades of Trendy Pink #85538B

Tints of Trendy Pink #85538B

Color information

#85538B (or 0x85538B) is unknown color: approx Trendy Pink. HEX triplet: 85, 53 and 8B. RGB value is (133,83,139). Sum of RGB (Red+Green+Blue) = 133+83+139=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #85538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85538B is #7AAC74. Grayscale: #686868. Windows color (decimal): -8039541 or 9130885. OLE color: 9130885.

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

Color convert

RGB13383139-
CMYK0.040.4000.45
HSL293.57º25.23%43.53%-
HSV(B)293.57º40.29%54.51%-
XYZ17.4313.0426.02-
YUV104.33147.56148.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=37.46%
G=23.38%
B=39.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133831390.040.4000.45293.5725.2343.53
Hex85538B42802D126192c
Octal2051232134500554463154
Binary10000101101001110001011100101000010110110010011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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