#85587D

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

Shades of Trendy Pink #85587D

Tints of Trendy Pink #85587D

Color information

#85587D (or 0x85587D) is unknown color: approx Trendy Pink. HEX triplet: 85, 58 and 7D. RGB value is (133,88,125). Sum of RGB (Red+Green+Blue) = 133+88+125=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85587D is #7AA782. Grayscale: #696969. Windows color (decimal): -8038275 or 8214661. OLE color: 8214661.

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

Color convert

RGB13388125-
CMYK00.340.060.48
HSL310.67º20.36%43.33%-
HSV(B)310.67º33.83%52.16%-
XYZ16.8613.4521.11-
YUV105.67138.91147.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=38.44%
G=25.43%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338812500.340.060.48310.6720.3643.33
Hex85587D022630137142b
Octal2051301750426604672453
Binary1000010110110001111101010001011011000010011011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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