#875593

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

Shades of Affair #875593

Tints of Affair #875593

Color information

#875593 (or 0x875593) is unknown color: approx Affair. HEX triplet: 87, 55 and 93. RGB value is (135,85,147). Sum of RGB (Red+Green+Blue) = 135+85+147=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #875593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875593 is #78AA6C. Grayscale: #6A6A6A. Windows color (decimal): -7907949 or 9655687. OLE color: 9655687.

HSL color Cylindrical-coordinate representation of color #875593: hue angle of 288.39º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875593 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13585147-
CMYK0.080.4200.42
HSL288.39º26.72%45.49%-
HSV(B)288.39º42.18%57.65%-
XYZ18.5113.7529.28-
YUV107.02150.56147.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=36.78%
G=23.16%
B=40.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135851470.080.4200.42288.3926.7245.49
Hex87559382A02A1201b2d
Octal20712522310520524403355
Binary100001111010101100100111000101010010101010010000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875593; }

 p { color: rgb(135,85,147); }

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

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

 a { background-color: rgb(135,85,147); }

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

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

 span { border-color: rgb(135,85,147); }

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