#875597

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

Shades of Affair #875597

Tints of Affair #875597

Color information

#875597 (or 0x875597) is unknown color: approx Affair. HEX triplet: 87, 55 and 97. RGB value is (135,85,151). Sum of RGB (Red+Green+Blue) = 135+85+151=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #875597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875597 is #78AA68. Grayscale: #6B6B6B. Windows color (decimal): -7907945 or 9917831. OLE color: 9917831.

HSL color Cylindrical-coordinate representation of color #875597: hue angle of 285.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #875597 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13585151-
CMYK0.110.4400.41
HSL285.45º27.97%46.27%-
HSV(B)285.45º43.71%59.22%-
XYZ18.8313.8830.97-
YUV107.47152.56147.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=36.39%
G=22.91%
B=40.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135851510.110.4400.41285.4527.9746.27
Hex875597B2C02911d1c2e
Octal20712522713540514353456
Binary100001111010101100101111011101100010100110001110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875597; }

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

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

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

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

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

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

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

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