#75588B

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

Shades of Affair #75588B

Tints of Affair #75588B

Color information

#75588B (or 0x75588B) is unknown color: approx Affair. HEX triplet: 75, 58 and 8B. RGB value is (117,88,139). Sum of RGB (Red+Green+Blue) = 117+88+139=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #75588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75588B is #8AA774. Grayscale: #666666. Windows color (decimal): -9086837 or 9132149. OLE color: 9132149.

HSL color Cylindrical-coordinate representation of color #75588B: hue angle of 274.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75588B is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11788139-
CMYK0.160.3700.45
HSL274.12º22.47%44.51%-
HSV(B)274.12º36.69%54.51%-
XYZ15.4912.6326.05-
YUV102.48148.61138.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=34.01%
G=25.58%
B=40.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117881390.160.3700.45274.1222.4744.51
Hex75588B102502D112162d
Octal16513021320450554222655
Binary111010110110001000101110000100101010110110001001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75588B; }

 p { color: rgb(117,88,139); }

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

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

 a { background-color: rgb(117,88,139); }

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

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

 span { border-color: rgb(117,88,139); }

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