#71557B

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

Shades of Affair #71557B

Tints of Affair #71557B

Color information

#71557B (or 0x71557B) is unknown color: approx Affair. HEX triplet: 71, 55 and 7B. RGB value is (113,85,123). Sum of RGB (Red+Green+Blue) = 113+85+123=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #71557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71557B is #8EAA84. Grayscale: #616161. Windows color (decimal): -9349765 or 8082801. OLE color: 8082801.

HSL color Cylindrical-coordinate representation of color #71557B: hue angle of 284.21º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71557B is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11385123-
CMYK0.080.3100.52
HSL284.21º18.27%40.78%-
HSV(B)284.21º30.89%48.24%-
XYZ13.6311.4420.23-
YUV97.7142.28138.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=35.20%
G=26.48%
B=38.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113851230.080.3100.52284.2118.2740.78
Hex71557B81F03411c1229
Octal16112517310370644342251
Binary111000110101011111011100011111011010010001110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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