#785589

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

Shades of Affair #785589

Tints of Affair #785589

Color information

#785589 (or 0x785589) is unknown color: approx Affair. HEX triplet: 78, 55 and 89. RGB value is (120,85,137). Sum of RGB (Red+Green+Blue) = 120+85+137=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #785589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785589 is #87AA76. Grayscale: #656565. Windows color (decimal): -8890999 or 9000312. OLE color: 9000312.

HSL color Cylindrical-coordinate representation of color #785589: hue angle of 280.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #785589 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12085137-
CMYK0.120.3800.46
HSL280.38º23.42%43.53%-
HSV(B)280.38º37.96%53.73%-
XYZ15.5112.325.22-
YUV101.39148.1141.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=35.09%
G=24.85%
B=40.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120851370.120.3800.46280.3823.4243.53
Hex785589C2602E118172c
Octal17012521114460564302754
Binary11110001010101100010011100100110010111010001100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785589; }

 p { color: rgb(120,85,137); }

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

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

 a { background-color: rgb(120,85,137); }

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

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

 span { border-color: rgb(120,85,137); }

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