#805485

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

Shades of Trendy Pink #805485

Tints of Trendy Pink #805485

Color information

#805485 (or 0x805485) is unknown color: approx Trendy Pink. HEX triplet: 80, 54 and 85. RGB value is (128,84,133). Sum of RGB (Red+Green+Blue) = 128+84+133=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #805485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805485 is #7FAB7A. Grayscale: #666666. Windows color (decimal): -8366971 or 8737920. OLE color: 8737920.

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

Color convert

RGB12884133-
CMYK0.040.3700.48
HSL293.88º22.58%42.55%-
HSV(B)293.88º36.84%52.16%-
XYZ16.3112.6223.77-
YUV102.74145.08146.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 133 (52.34% from 255) = 38.55%
R=37.10%
G=24.35%
B=38.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128841330.040.3700.48293.8822.5842.55
Hex805485425030126172b
Octal2001242054450604462753
Binary10000000101010010000101100100101011000010010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805485; }

 p { color: rgb(128,84,133); }

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

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

 a { background-color: rgb(128,84,133); }

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

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

 span { border-color: rgb(128,84,133); }

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