#755586

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

Shades of Affair #755586

Tints of Affair #755586

Color information

#755586 (or 0x755586) is unknown color: approx Affair. HEX triplet: 75, 55 and 86. RGB value is (117,85,134). Sum of RGB (Red+Green+Blue) = 117+85+134=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #755586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755586 is #8AAA79. Grayscale: #636363. Windows color (decimal): -9087610 or 8803701. OLE color: 8803701.

HSL color Cylindrical-coordinate representation of color #755586: hue angle of 279.18º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #755586 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11785134-
CMYK0.130.3700.47
HSL279.18º22.37%42.94%-
HSV(B)279.18º36.57%52.55%-
XYZ14.891224.09-
YUV100.15147.1140.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 134 (52.73% from 255) = 39.88%
R=34.82%
G=25.30%
B=39.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117851340.130.3700.47279.1822.3742.94
Hex755586D2502F117162b
Octal16512520615450574272653
Binary11101011010101100001101101100101010111110001011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755586; }

 p { color: rgb(117,85,134); }

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

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

 a { background-color: rgb(117,85,134); }

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

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

 span { border-color: rgb(117,85,134); }

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