#805B84

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

Shades of Trendy Pink #805B84

Tints of Trendy Pink #805B84

Color information

#805B84 (or 0x805B84) is unknown color: approx Trendy Pink. HEX triplet: 80, 5B and 84. RGB value is (128,91,132). Sum of RGB (Red+Green+Blue) = 128+91+132=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #805B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805B84 is #7FA47B. Grayscale: #6A6A6A. Windows color (decimal): -8365180 or 8674176. OLE color: 8674176.

HSL color Cylindrical-coordinate representation of color #805B84: hue angle of 294.15º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805B84 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12891132-
CMYK0.030.3100.48
HSL294.15º18.39%43.73%-
HSV(B)294.15º31.06%51.76%-
XYZ16.8113.7423.6-
YUV106.74142.26143.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=36.47%
G=25.93%
B=37.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128911320.030.3100.48294.1518.3943.73
Hex805B8431F030126122c
Octal2001332043370604462254
Binary100000001011011100001001111111011000010010011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805B84; }

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

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

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

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

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

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

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

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