#795583

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

Shades of Affair #795583

Tints of Affair #795583

Color information

#795583 (or 0x795583) is unknown color: approx Affair. HEX triplet: 79, 55 and 83. RGB value is (121,85,131). Sum of RGB (Red+Green+Blue) = 121+85+131=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #795583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795583 is #86AA7C. Grayscale: #646464. Windows color (decimal): -8825469 or 8607097. OLE color: 8607097.

HSL color Cylindrical-coordinate representation of color #795583: hue angle of 286.96º 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 #795583 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12185131-
CMYK0.080.3500.49
HSL286.96º21.3%42.35%-
HSV(B)286.96º35.11%51.37%-
XYZ15.2312.223.02-
YUV101.01144.93142.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 131 (51.56% from 255) = 38.87%
R=35.91%
G=25.22%
B=38.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121851310.080.3500.49286.9621.342.35
Hex79558382303111f152a
Octal17112520310430614372552
Binary11110011010101100000111000100011011000110001111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795583; }

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

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

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

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

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

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

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

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