Html Css Color HEX #75588B Affair

📋 copy color: '#75588B'

red 117 ◦ green 88 ◦ blue 139

#75588B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #75588B

Tints of Affair #75588B

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 value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75588B (or 0x75588B) is known color: 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

RGB 117 88 139 -
CMYK 0.16 0.37 0 0.45
HSL 274.12º 0.22% 0.45% -
HSV(B) 274.12º 0.37% 0.55% -
XYZ 15.49 12.63 26.05 -
YUV 102.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 117 88 139 0.16 0.37 0 0.45 274.12 0.22 0.45
Hex 75 58 8B 10 25 0 2D 112 16 2D
Octal 165 130 213 20 45 0 55 422 26 55
Binary 1110101 1011000 10001011 10000 100101 0 101101 100010010 10110 101101

Color Harmonies of #75588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75588B

Black with #75588B

Text Example


Text Example

White with #75588B

Text Example


Text Example

HTML Codes & Css Web 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>