#755588

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

Shades of Affair #755588

Tints of Affair #755588

Color information

#755588 (or 0x755588) is unknown color: approx Affair. HEX triplet: 75, 55 and 88. RGB value is (117,85,136). Sum of RGB (Red+Green+Blue) = 117+85+136=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #755588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755588 is #8AAA77. Grayscale: #646464. Windows color (decimal): -9087608 or 8934773. OLE color: 8934773.

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

Color convert

RGB11785136-
CMYK0.140.3800.47
HSL277.65º23.08%43.33%-
HSV(B)277.65º37.5%53.33%-
XYZ15.0312.0624.83-
YUV100.38148.1139.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=34.62%
G=25.15%
B=40.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117851360.140.3800.47277.6523.0843.33
Hex755588E2602F116172b
Octal16512521016460574262753
Binary11101011010101100010001110100110010111110001011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755588; }

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

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

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

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

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

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

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

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