#85537D

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

Shades of Trendy Pink #85537D

Tints of Trendy Pink #85537D

Color information

#85537D (or 0x85537D) is unknown color: approx Trendy Pink. HEX triplet: 85, 53 and 7D. RGB value is (133,83,125). Sum of RGB (Red+Green+Blue) = 133+83+125=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85537D is #7AAC82. Grayscale: #666666. Windows color (decimal): -8039555 or 8213381. OLE color: 8213381.

HSL color Cylindrical-coordinate representation of color #85537D: hue angle of 309.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85537D is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13383125-
CMYK00.380.060.48
HSL309.6º23.15%42.35%-
HSV(B)309.6º37.59%52.16%-
XYZ16.4712.6520.98-
YUV102.74140.56149.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=39.00%
G=24.34%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338312500.380.060.48309.623.1542.35
Hex85537D026630136172a
Octal2051231750466604662752
Binary1000010110100111111101010011011011000010011011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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