#73557A

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

Shades of Affair #73557A

Tints of Affair #73557A

Color information

#73557A (or 0x73557A) is unknown color: approx Affair. HEX triplet: 73, 55 and 7A. RGB value is (115,85,122). Sum of RGB (Red+Green+Blue) = 115+85+122=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #73557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73557A is #8CAA85. Grayscale: #626262. Windows color (decimal): -9218694 or 8017267. OLE color: 8017267.

HSL color Cylindrical-coordinate representation of color #73557A: hue angle of 288.65º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73557A is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11585122-
CMYK0.060.3000.52
HSL288.65º17.87%40.59%-
HSV(B)288.65º30.33%47.84%-
XYZ13.8311.5519.91-
YUV98.19141.44139.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=35.71%
G=26.40%
B=37.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115851220.060.3000.52288.6517.8740.59
Hex73557A61E0341211229
Octal1631251726360644412251
Binary11100111010101111101011011110011010010010000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73557A; }

 p { color: rgb(115,85,122); }

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

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

 a { background-color: rgb(115,85,122); }

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

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

 span { border-color: rgb(115,85,122); }

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