#854584

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

Shades of Trendy Pink #854584

Tints of Trendy Pink #854584

Color information

#854584 (or 0x854584) is unknown color: approx Trendy Pink. HEX triplet: 85, 45 and 84. RGB value is (133,69,132). Sum of RGB (Red+Green+Blue) = 133+69+132=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #854584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854584 is #7ABA7B. Grayscale: #5F5F5F. Windows color (decimal): -8043132 or 8668549. OLE color: 8668549.

HSL color Cylindrical-coordinate representation of color #854584: hue angle of 300.94º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854584 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13369132-
CMYK00.480.010.48
HSL300.94º31.68%39.61%-
HSV(B)300.94º48.12%52.16%-
XYZ15.9710.9123.09-
YUV95.32148.7154.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=39.82%
G=20.66%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336913200.480.010.48300.9431.6839.61
Hex85458403013012d2028
Octal2051052040601604554050
Binary1000010110001011000010001100001110000100101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854584; }

 p { color: rgb(133,69,132); }

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

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

 a { background-color: rgb(133,69,132); }

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

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

 span { border-color: rgb(133,69,132); }

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