#755582

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

Shades of Affair #755582

Tints of Affair #755582

Color information

#755582 (or 0x755582) is unknown color: approx Affair. HEX triplet: 75, 55 and 82. RGB value is (117,85,130). Sum of RGB (Red+Green+Blue) = 117+85+130=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #755582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755582 is #8AAA7D. Grayscale: #636363. Windows color (decimal): -9087614 or 8541557. OLE color: 8541557.

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

Color convert

RGB11785130-
CMYK0.10.3500.49
HSL282.67º20.93%42.16%-
HSV(B)282.67º34.62%50.98%-
XYZ14.6111.8922.64-
YUV99.7145.1140.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=35.24%
G=25.60%
B=39.16%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117851300.10.3500.49282.6720.9342.16
Hex755582A2303111b152a
Octal16512520212430614332552
Binary11101011010101100000101010100011011000110001101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755582; }

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

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

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

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

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

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

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

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