#71557A

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

Shades of Affair #71557A

Tints of Affair #71557A

Color information

#71557A (or 0x71557A) is unknown color: approx Affair. HEX triplet: 71, 55 and 7A. RGB value is (113,85,122). Sum of RGB (Red+Green+Blue) = 113+85+122=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #71557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71557A is #8EAA85. Grayscale: #616161. Windows color (decimal): -9349766 or 8017265. OLE color: 8017265.

HSL color Cylindrical-coordinate representation of color #71557A: hue angle of 285.41º 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 #71557A is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11385122-
CMYK0.070.3000.52
HSL285.41º17.87%40.59%-
HSV(B)285.41º30.33%47.84%-
XYZ13.5711.4119.9-
YUV97.59141.78138.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=35.31%
G=26.56%
B=38.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113851220.070.3000.52285.4117.8740.59
Hex71557A71E03411d1229
Octal1611251727360644352251
Binary11100011010101111101011111110011010010001110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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