#85589A

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

Shades of Affair #85589A

Tints of Affair #85589A

Color information

#85589A (or 0x85589A) is unknown color: approx Affair. HEX triplet: 85, 58 and 9A. RGB value is (133,88,154). Sum of RGB (Red+Green+Blue) = 133+88+154=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #85589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85589A is #7AA765. Grayscale: #6C6C6C. Windows color (decimal): -8038246 or 10115205. OLE color: 10115205.

HSL color Cylindrical-coordinate representation of color #85589A: hue angle of 280.91º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85589A is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13388154-
CMYK0.140.4300.40
HSL280.91º27.27%47.45%-
HSV(B)280.91º42.86%60.39%-
XYZ1914.332.33-
YUV108.98153.41145.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=35.47%
G=23.47%
B=41.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133881540.140.4300.40280.9127.2747.45
Hex85589AE2B0281191b2f
Octal20513023216530504313357
Binary100001011011000100110101110101011010100010001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85589A; }

 p { color: rgb(133,88,154); }

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

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

 a { background-color: rgb(133,88,154); }

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

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

 span { border-color: rgb(133,88,154); }

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