#805489

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

Shades of Affair #805489

Tints of Affair #805489

Color information

#805489 (or 0x805489) is unknown color: approx Affair. HEX triplet: 80, 54 and 89. RGB value is (128,84,137). Sum of RGB (Red+Green+Blue) = 128+84+137=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #805489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805489 is #7FAB76. Grayscale: #676767. Windows color (decimal): -8366967 or 9000064. OLE color: 9000064.

HSL color Cylindrical-coordinate representation of color #805489: hue angle of 289.81º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #805489 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12884137-
CMYK0.070.3900.46
HSL289.81º23.98%43.33%-
HSV(B)289.81º38.69%53.73%-
XYZ16.5912.7425.25-
YUV103.2147.08145.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=36.68%
G=24.07%
B=39.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128841370.070.3900.46289.8123.9843.33
Hex80548972702E122182b
Octal2001242117470564423053
Binary10000000101010010001001111100111010111010010001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805489; }

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

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

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

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

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

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

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

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