#885584

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

Shades of Trendy Pink #885584

Tints of Trendy Pink #885584

Color information

#885584 (or 0x885584) is unknown color: approx Trendy Pink. HEX triplet: 88, 55 and 84. RGB value is (136,85,132). Sum of RGB (Red+Green+Blue) = 136+85+132=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #885584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885584 is #77AA7B. Grayscale: #696969. Windows color (decimal): -7842428 or 8672648. OLE color: 8672648.

HSL color Cylindrical-coordinate representation of color #885584: hue angle of 304.71º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885584 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13685132-
CMYK00.380.030.47
HSL304.71º23.08%43.33%-
HSV(B)304.71º37.5%53.33%-
XYZ17.5713.423.49-
YUV105.61142.9149.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=38.53%
G=24.08%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368513200.380.030.47304.7123.0843.33
Hex88558402632F131172b
Octal2101252040463574612753
Binary1000100010101011000010001001101110111110011000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885584; }

 p { color: rgb(136,85,132); }

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

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

 a { background-color: rgb(136,85,132); }

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

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

 span { border-color: rgb(136,85,132); }

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