#854583

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

Shades of Trendy Pink #854583

Tints of Trendy Pink #854583

Color information

#854583 (or 0x854583) is unknown color: approx Trendy Pink. HEX triplet: 85, 45 and 83. RGB value is (133,69,131). Sum of RGB (Red+Green+Blue) = 133+69+131=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #854583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854583 is #7ABA7C. Grayscale: #5F5F5F. Windows color (decimal): -8043133 or 8603013. OLE color: 8603013.

HSL color Cylindrical-coordinate representation of color #854583: hue angle of 301.88º 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 #854583 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13369131-
CMYK00.480.020.48
HSL301.88º31.68%39.61%-
HSV(B)301.88º48.12%52.16%-
XYZ15.910.8822.74-
YUV95.2148.2154.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=39.94%
G=20.72%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336913100.480.020.48301.8831.6839.61
Hex85458303023012e2028
Octal2051052030602604564050
Binary10000101100010110000011011000010110000100101110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854583; }

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

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

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

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

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

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

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

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