#80558E

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

Shades of Affair #80558E

Tints of Affair #80558E

Color information

#80558E (or 0x80558E) is unknown color: approx Affair. HEX triplet: 80, 55 and 8E. RGB value is (128,85,142). Sum of RGB (Red+Green+Blue) = 128+85+142=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #80558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80558E is #7FAA71. Grayscale: #686868. Windows color (decimal): -8366706 or 9328000. OLE color: 9328000.

HSL color Cylindrical-coordinate representation of color #80558E: hue angle of 285.26º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80558E is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12885142-
CMYK0.100.4000.44
HSL285.26º25.11%44.51%-
HSV(B)285.26º40.14%55.69%-
XYZ17.0313.0427.21-
YUV104.36149.25144.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.06%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 142 (55.86% from 255) = 40%
R=36.06%
G=23.94%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128851420.100.4000.44285.2625.1144.51
Hex80558EA2802C11d192d
Octal20012521612500544353155
Binary100000001010101100011101010101000010110010001110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80558E; }

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

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

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

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

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

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

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

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