#805590

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

Shades of Affair #805590

Tints of Affair #805590

Color information

#805590 (or 0x805590) is unknown color: approx Affair. HEX triplet: 80, 55 and 90. RGB value is (128,85,144). Sum of RGB (Red+Green+Blue) = 128+85+144=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #805590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805590 is #7FAA6F. Grayscale: #686868. Windows color (decimal): -8366704 or 9459072. OLE color: 9459072.

HSL color Cylindrical-coordinate representation of color #805590: hue angle of 283.73º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #805590 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12885144-
CMYK0.110.4100.44
HSL283.73º25.76%44.9%-
HSV(B)283.73º40.97%56.47%-
XYZ17.1813.128.01-
YUV104.58150.25144.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=35.85%
G=23.81%
B=40.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128851440.110.4100.44283.7325.7644.9
Hex805590B2902C11c1a2d
Octal20012522013510544343255
Binary100000001010101100100001011101001010110010001110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805590; }

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

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

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

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

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

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

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

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