#755587

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

Shades of Affair #755587

Tints of Affair #755587

Color information

#755587 (or 0x755587) is unknown color: approx Affair. HEX triplet: 75, 55 and 87. RGB value is (117,85,135). Sum of RGB (Red+Green+Blue) = 117+85+135=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #755587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755587 is #8AAA78. Grayscale: #646464. Windows color (decimal): -9087609 or 8869237. OLE color: 8869237.

HSL color Cylindrical-coordinate representation of color #755587: hue angle of 278.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #755587 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11785135-
CMYK0.130.3700.47
HSL278.4º22.73%43.14%-
HSV(B)278.4º37.04%52.94%-
XYZ14.9612.0324.45-
YUV100.27147.6139.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=34.72%
G=25.22%
B=40.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117851350.130.3700.47278.422.7343.14
Hex755587D2502F116172b
Octal16512520715450574262753
Binary11101011010101100001111101100101010111110001011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755587; }

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

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

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

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

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

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

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

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