#805585

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

Shades of Trendy Pink #805585

Tints of Trendy Pink #805585

Color information

#805585 (or 0x805585) is unknown color: approx Trendy Pink. HEX triplet: 80, 55 and 85. RGB value is (128,85,133). Sum of RGB (Red+Green+Blue) = 128+85+133=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #805585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805585 is #7FAA7A. Grayscale: #676767. Windows color (decimal): -8366715 or 8738176. OLE color: 8738176.

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

Color convert

RGB12885133-
CMYK0.040.3600.48
HSL293.75º22.02%42.75%-
HSV(B)293.75º36.09%52.16%-
XYZ16.3812.7823.79-
YUV103.33144.75145.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=36.99%
G=24.57%
B=38.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128851330.040.3600.48293.7522.0242.75
Hex805585424030126162b
Octal2001252054440604462653
Binary10000000101010110000101100100100011000010010011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805585; }

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

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

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

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

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

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

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

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