#85558F

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

Shades of Trendy Pink #85558F

Tints of Trendy Pink #85558F

Color information

#85558F (or 0x85558F) is unknown color: approx Trendy Pink. HEX triplet: 85, 55 and 8F. RGB value is (133,85,143). Sum of RGB (Red+Green+Blue) = 133+85+143=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #85558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85558F is #7AAA70. Grayscale: #696969. Windows color (decimal): -8039025 or 9393541. OLE color: 9393541.

HSL color Cylindrical-coordinate representation of color #85558F: hue angle of 289.66º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85558F is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13385143-
CMYK0.070.4100.44
HSL289.66º25.44%44.71%-
HSV(B)289.66º40.56%56.08%-
XYZ17.8813.4727.64-
YUV105.96148.9147.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=36.84%
G=23.55%
B=39.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133851430.070.4100.44289.6625.4444.71
Hex85558F72902C122192d
Octal2051252177510544423155
Binary10000101101010110001111111101001010110010010001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,85,143); }

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

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

 a { background-color: rgb(133,85,143); }

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

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

 span { border-color: rgb(133,85,143); }

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