#825590

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

Shades of Affair #825590

Tints of Affair #825590

Color information

#825590 (or 0x825590) is unknown color: approx Affair. HEX triplet: 82, 55 and 90. RGB value is (130,85,144). Sum of RGB (Red+Green+Blue) = 130+85+144=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #825590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825590 is #7DAA6F. Grayscale: #686868. Windows color (decimal): -8235632 or 9459074. OLE color: 9459074.

HSL color Cylindrical-coordinate representation of color #825590: hue angle of 285.76º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #825590 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13085144-
CMYK0.100.4100.44
HSL285.76º25.76%44.9%-
HSV(B)285.76º40.97%56.47%-
XYZ17.4913.2628.02-
YUV105.18149.91145.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=36.21%
G=23.68%
B=40.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130851440.100.4100.44285.7625.7644.9
Hex825590A2902C11e1a2d
Octal20212522012510544363255
Binary100000101010101100100001010101001010110010001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825590; }

 p { color: rgb(130,85,144); }

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

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

 a { background-color: rgb(130,85,144); }

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

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

 span { border-color: rgb(130,85,144); }

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