#705583

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

Shades of Affair #705583

Tints of Affair #705583

Color information

#705583 (or 0x705583) is unknown color: approx Affair. HEX triplet: 70, 55 and 83. RGB value is (112,85,131). Sum of RGB (Red+Green+Blue) = 112+85+131=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #705583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705583 is #8FAA7C. Grayscale: #626262. Windows color (decimal): -9415293 or 8607088. OLE color: 8607088.

HSL color Cylindrical-coordinate representation of color #705583: hue angle of 275.22º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705583 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11285131-
CMYK0.150.3500.49
HSL275.22º21.3%42.35%-
HSV(B)275.22º35.11%51.37%-
XYZ14.0311.5822.97-
YUV98.32146.45137.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 131 (51.56% from 255) = 39.94%
R=34.15%
G=25.91%
B=39.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112851310.150.3500.49275.2221.342.35
Hex705583F23031113152a
Octal16012520317430614232552
Binary11100001010101100000111111100011011000110001001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705583; }

 p { color: rgb(112,85,131); }

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

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

 a { background-color: rgb(112,85,131); }

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

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

 span { border-color: rgb(112,85,131); }

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