#85579B

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

Shades of Affair #85579B

Tints of Affair #85579B

Color information

#85579B (or 0x85579B) is unknown color: approx Affair. HEX triplet: 85, 57 and 9B. RGB value is (133,87,155). Sum of RGB (Red+Green+Blue) = 133+87+155=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #85579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85579B is #7AA864. Grayscale: #6C6C6C. Windows color (decimal): -8038501 or 10180485. OLE color: 10180485.

HSL color Cylindrical-coordinate representation of color #85579B: hue angle of 280.59º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85579B is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13387155-
CMYK0.140.4400.39
HSL280.59º28.1%47.45%-
HSV(B)280.59º43.87%60.78%-
XYZ1914.1732.74-
YUV108.51154.24145.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=35.47%
G=23.2%
B=41.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133871550.140.4400.39280.5928.147.45
Hex85579BE2C0271191c2f
Octal20512723316540474313457
Binary100001011010111100110111110101100010011110001100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85579B; }

 p { color: rgb(133,87,155); }

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

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

 a { background-color: rgb(133,87,155); }

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

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

 span { border-color: rgb(133,87,155); }

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