#806584

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

Shades of Trendy Pink #806584

Tints of Trendy Pink #806584

Color information

#806584 (or 0x806584) is unknown color: approx Trendy Pink. HEX triplet: 80, 65 and 84. RGB value is (128,101,132). Sum of RGB (Red+Green+Blue) = 128+101+132=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #806584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806584 is #7F9A7B. Grayscale: #707070. Windows color (decimal): -8362620 or 8676736. OLE color: 8676736.

HSL color Cylindrical-coordinate representation of color #806584: hue angle of 292.26º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806584 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB128101132-
CMYK0.030.2300.48
HSL292.26º13.3%45.69%-
HSV(B)292.26º23.48%51.76%-
XYZ17.7215.5623.9-
YUV112.61138.95138.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=35.46%
G=27.98%
B=36.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281011320.030.2300.48292.2613.345.69
Hex806584317030124d2e
Octal2001452043270604441556
Binary10000000110010110000100111011101100001001001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806584; }

 p { color: rgb(128,101,132); }

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

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

 a { background-color: rgb(128,101,132); }

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

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

 span { border-color: rgb(128,101,132); }

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