#85537F

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

Shades of Trendy Pink #85537F

Tints of Trendy Pink #85537F

Color information

#85537F (or 0x85537F) is unknown color: approx Trendy Pink. HEX triplet: 85, 53 and 7F. RGB value is (133,83,127). Sum of RGB (Red+Green+Blue) = 133+83+127=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #85537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85537F is #7AAC80. Grayscale: #666666. Windows color (decimal): -8039553 or 8344453. OLE color: 8344453.

HSL color Cylindrical-coordinate representation of color #85537F: hue angle of 307.2º 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 #85537F is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13383127-
CMYK00.380.050.48
HSL307.2º23.15%42.35%-
HSV(B)307.2º37.59%52.16%-
XYZ16.612.7121.66-
YUV102.97141.56149.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 127 (50% from 255) = 37.03%
R=38.78%
G=24.20%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338312700.380.050.48307.223.1542.35
Hex85537F026530133172a
Octal2051231770465604632752
Binary1000010110100111111111010011010111000010011001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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