#705B84

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

Shades of Affair #705B84

Tints of Affair #705B84

Color information

#705B84 (or 0x705B84) is unknown color: approx Affair. HEX triplet: 70, 5B and 84. RGB value is (112,91,132). Sum of RGB (Red+Green+Blue) = 112+91+132=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #705B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705B84 is #8FA47B. Grayscale: #656565. Windows color (decimal): -9413756 or 8674160. OLE color: 8674160.

HSL color Cylindrical-coordinate representation of color #705B84: hue angle of 270.73º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #705B84 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11291132-
CMYK0.150.3100.48
HSL270.73º18.39%43.73%-
HSV(B)270.73º31.06%51.76%-
XYZ14.5912.5923.49-
YUV101.95144.96135.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=33.43%
G=27.16%
B=39.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112911320.150.3100.48270.7318.3943.73
Hex705B84F1F03010f122c
Octal16013320417370604172254
Binary1110000101101110000100111111111011000010000111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705B84; }

 p { color: rgb(112,91,132); }

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

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

 a { background-color: rgb(112,91,132); }

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

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

 span { border-color: rgb(112,91,132); }

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