Html Css Color HEX #805589 Affair

📋 copy color: '#805589'

red 128 ◦ green 85 ◦ blue 137

#805589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #805589

Tints of Affair #805589

RGB

 RED value IS 128 (50.39% from 255) = 36.57%

 GREEN value IS 85 (33.59% from 255) = 24.29%

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 36.57%
G = 24.29%
B = 39.14%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#805589 (or 0x805589) is known color: Affair. HEX triplet: 80, 55 and 89. RGB value is (128,85,137). Sum of RGB (Red+Green+Blue) = 128+85+137=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #805589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805589 is #7FAA76. Grayscale: #676767. Windows color (decimal): -8366711 or 9000320. OLE color: 9000320.

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

Color convert

RGB 128 85 137 -
CMYK 0.07 0.38 0 0.46
HSL 289.62º 0.23% 0.44% -
HSV(B) 289.62º 0.38% 0.54% -
XYZ 16.67 12.89 25.28 -
YUV 103.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 128 85 137 0.07 0.38 0 0.46 289.62 0.23 0.44
Hex 80 55 89 7 26 0 2E 122 17 2C
Octal 200 125 211 7 46 0 56 442 27 54
Binary 10000000 1010101 10001001 111 100110 0 101110 100100010 10111 101100

Color Harmonies of #805589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805589

Black with #805589

Text Example


Text Example

White with #805589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805589; }

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

 H1.HeaderClassName
 {
   color: #805589;
 }
 .AnyTagClassName
 {
   color: #805589;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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