#755592

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

Shades of Affair #755592

Tints of Affair #755592

Color information

#755592 (or 0x755592) is unknown color: approx Affair. HEX triplet: 75, 55 and 92. RGB value is (117,85,146). Sum of RGB (Red+Green+Blue) = 117+85+146=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #755592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755592 is #8AAA6D. Grayscale: #656565. Windows color (decimal): -9087598 or 9590133. OLE color: 9590133.

HSL color Cylindrical-coordinate representation of color #755592: hue angle of 271.48º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755592 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11785146-
CMYK0.200.4200.43
HSL271.48º26.41%45.29%-
HSV(B)271.48º41.78%57.25%-
XYZ15.7712.3528.75-
YUV101.52153.1139.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=33.62%
G=24.43%
B=41.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117851460.200.4200.43271.4826.4145.29
Hex755592142A02B10f1a2d
Octal16512522224520534173255
Binary111010110101011001001010100101010010101110000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755592; }

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

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

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

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

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

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

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

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