#84588A

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

Shades of Trendy Pink #84588A

Tints of Trendy Pink #84588A

Color information

#84588A (or 0x84588A) is unknown color: approx Trendy Pink. HEX triplet: 84, 58 and 8A. RGB value is (132,88,138). Sum of RGB (Red+Green+Blue) = 132+88+138=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #84588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84588A is #7BA775. Grayscale: #6A6A6A. Windows color (decimal): -8103798 or 9066628. OLE color: 9066628.

HSL color Cylindrical-coordinate representation of color #84588A: hue angle of 292.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84588A is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13288138-
CMYK0.040.3600.46
HSL292.8º22.12%44.31%-
HSV(B)292.8º36.23%54.12%-
XYZ17.5913.7225.77-
YUV106.86145.58145.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=36.87%
G=24.58%
B=38.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132881380.040.3600.46292.822.1244.31
Hex84588A42402E125162c
Octal2041302124440564452654
Binary10000100101100010001010100100100010111010010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84588A; }

 p { color: rgb(132,88,138); }

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

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

 a { background-color: rgb(132,88,138); }

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

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

 span { border-color: rgb(132,88,138); }

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