#705587

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

Shades of Affair #705587

Tints of Affair #705587

Color information

#705587 (or 0x705587) is unknown color: approx Affair. HEX triplet: 70, 55 and 87. RGB value is (112,85,135). Sum of RGB (Red+Green+Blue) = 112+85+135=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #705587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705587 is #8FAA78. Grayscale: #626262. Windows color (decimal): -9415289 or 8869232. OLE color: 8869232.

HSL color Cylindrical-coordinate representation of color #705587: hue angle of 272.4º degrees, saturation: 0.23, 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 #705587 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11285135-
CMYK0.170.3700.47
HSL272.4º22.73%43.14%-
HSV(B)272.4º37.04%52.94%-
XYZ14.311.6924.42-
YUV98.77148.45137.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=33.73%
G=25.60%
B=40.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112851350.170.3700.47272.422.7343.14
Hex705587112502F110172b
Octal16012520721450574202753
Binary111000010101011000011110001100101010111110001000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705587; }

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

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

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

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

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

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

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

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