#705585

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

Shades of Affair #705585

Tints of Affair #705585

Color information

#705585 (or 0x705585) is unknown color: approx Affair. HEX triplet: 70, 55 and 85. RGB value is (112,85,133). Sum of RGB (Red+Green+Blue) = 112+85+133=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #705585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705585 is #8FAA7A. Grayscale: #626262. Windows color (decimal): -9415291 or 8738160. OLE color: 8738160.

HSL color Cylindrical-coordinate representation of color #705585: hue angle of 273.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705585 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11285133-
CMYK0.160.3600.48
HSL273.75º22.02%42.75%-
HSV(B)273.75º36.09%52.16%-
XYZ14.1611.6423.69-
YUV98.54147.45137.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=33.94%
G=25.76%
B=40.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112851330.160.3600.48273.7522.0242.75
Hex7055851024030112162b
Octal16012520520440604222653
Binary111000010101011000010110000100100011000010001001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705585; }

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

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

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

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

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

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

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

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